-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
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
Labels
Projects
Status