Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak: GLIBC version error #24

Closed
maplepy opened this issue Jun 28, 2021 · 2 comments
Closed

Flatpak: GLIBC version error #24

maplepy opened this issue Jun 28, 2021 · 2 comments

Comments

@maplepy
Copy link

maplepy commented Jun 28, 2021

When trying to use $ flatpak run --command=sh com.spotify.Client -c 'eval "$(sed s#LD_PRELOAD=#LD_PRELOAD=$HOME/.spotify-adblock/spotify-adblock.so:#g /app/bin/spotify)"'

/app/extra/bin/spotify: /app/lib/libcurl-gnutls.so.4: no version information available (required by /app/extra/bin/spotify)
/app/extra/bin/spotify: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/sadsoup/.spotify-adblock/spotify-adblock.so)
@abba23
Copy link
Owner

abba23 commented Jun 28, 2021

As noted in the readme, this might not work with the Flatpak Spotify version depending on your system's libraries. This is one such case. The glibc version on the system where you compiled the adblocker is incompatible with the one that comes with the Flatpak package.

A workaround would be compiling on a different system that has the same glibc version as the Flatpak package. Or you could try the prebuilt binary from the releases page (just replace ~/.spotify-adblock/spotify-adblock.so with it).

@maplepy
Copy link
Author

maplepy commented Jun 28, 2021

Yeah I noticed that but wanted to give it a shot anyway, also wanted to give you the error in case you'd need it for something

Thanks I will try that :)

@abba23 abba23 closed this as completed Jul 4, 2021
@abba23 abba23 changed the title Can't launch Flatpak: GLIBC version error Jul 16, 2021
@abba23 abba23 pinned this issue Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants