Skip to content

glibc version #463

@mmjvox

Description

@mmjvox

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Required version of glibc in prebuilt packages is very high and it can`t run on many distros even they are updated.

I tryied all your linux packages, rpm deb and appimage.

when i run deb or rpm:
spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by spotube)
when i run appimage:

./spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./spotube)
./spotube: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libstdc++.so.6)
./spotube: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by usr/lib/libstdc++.so.6)
./spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libstdc++.so.6)
./spotube: /lib64/libc.so.6: version `GLIBC_2.35' not found (required by usr/lib/libgcc_s.so.1)
./spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libgcc_s.so.1)
./spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libgstreamer-1.0.so.0)
./spotube: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libgstreamer-1.0.so.0)
./spotube: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libunwind.so.8)
./spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libunwind.so.8)
./spotube: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libdw.so.1)
./spotube: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libdw.so.1)
./spotube: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libelf.so.1)

In such apps, using the highest version of glibc is useless.
The problem occurred because the compiler provided by your operating system selected the highest version of the glibc.
There are many ways to fix this problem, but the easiest way is to build on older operating systems

Expected Behavior

I`m using spotube for first time.

Steps to reproduce

At the beginning

Operating System

linux

Spotube version

2.7.0

Installation source

GitHub Releases (Binary)

Additional information

In such apps, using the highest version of glibc is useless.
The problem occurred because the compiler provided by your operating system selected the highest version of the glibc.
There are many ways to fix this problem, but the easiest way is to build on older operating systems

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfix / Alternatively patchedThis will not be worked on or it's already patched using an alternative method

    Projects

    Status

    Won't be possible

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions