abba23 / spotify-adblock

Adblocker for Spotify
https://github.com/abba23/spotify-adblock
1.87k stars 93 forks source link

GLIBC_2.33 not found #28

Closed d35r0n closed 3 years ago

d35r0n commented 3 years ago

I was trying to use this adblock on Flatpak since I am using Manjaro. All the steps were smooth but the final running script doesn't work.

I used this:

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)"'

and I got the output as:

/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/user/.spotify-adblock/spotify-adblock.so)

I tried looking up for both of these errors but wasn't able to find a working solution

abba23 commented 3 years ago

Duplicate of #24

Edit: Why would you need to use Flatpak just because you're on Manjaro? Couldn't you install Spotify from the AUR? You can even install this adblocker directly from the AUR (spotify-adblock / spotify-adblock-git).

d35r0n commented 3 years ago

Oh, I never thought of using the AUR packages. I'm somewhat new to Linux. But thanks for the help! Also, I apologise for wasting your time with my stupidity.