View previous topic :: View next topic |
Author |
Message |
Pablo_v0.1 n00b
Joined: 08 Sep 2021 Posts: 1
|
Posted: Wed Sep 08, 2021 8:29 pm Post subject: Trying to get Spotify-adblock.so working |
|
|
Hey, I recently started using gentoo and It has been great, but a github programm that I used to use in arch It's no longer working; that being spotify adblock https://github.com/abba23/spotify-adblock
Giving me this output when I try to run it:
Code: | /bin/sh: symbol lookup error: /usr/local/lib/spotify-adblock.so: undefined symbol: cef_string_userfree_utf16_free |
Any Idea why this could be? Thanks in advance! |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22736
|
Posted: Thu Sep 09, 2021 1:36 am Post subject: |
|
|
Does /usr/local/lib/spotify-adblock.so have a DT_NEEDED entry to cause it to load a library which would provide that symbol? If not, why not? If so, why does the library not provide it? What library would you expect to provide that symbol? How did you build/install this file? |
|
Back to top |
|
|
|