abba23 / spotify-adblock-linux

Spotify adblocker for Linux
GNU General Public License v3.0
720 stars 69 forks source link

dlfcn.h missing file or directory? #87

Closed Thanatoslayer6 closed 3 years ago

Thanatoslayer6 commented 3 years ago

Please help whenever I enter "make" on the terminal it says......

this thing

It seems that I am missing some prerequisites or something? but, I'm not sure what it is even though I have all prerequisites installed.. after that I proceed to "sudo make install" at the terminal and this is what it says

another one

I hope you can help me with this problem, I am currently running Linux Mint 20 Spotify version 1.1.10.546.ge08ef575

Thanatoslayer6 commented 3 years ago

Nevermind, I got it working after cleaning everything by removing the "spotify-adblock.so"

with these commands....

1.) sudo make uninstall 2.) make clean

and after that I just copied the latest prebuilt of spotify-adblock.so from the releases page and copied it manually to '/usr/local/lib'

my bad :100: