leamas / spotify-make

Experimental, third-party installer for native linux spotify client
116 stars 15 forks source link

undefined symbol: cef_api_hash #18

Closed adamreeve closed 10 years ago

adamreeve commented 10 years ago

Spotify has stopped working for me after updating to the latest version (0.9.4.183). I'm running 64 bit Fedora 18 and configured it with ./configure --prefix=$HOME/usr and get the following output when trying to run it:

Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.44: cannot open shared object file: No such file or directory)" 
23:15:36.167 I [breakpad.cpp:107                ] Registered Breakpad for product: spotify

23:15:36.169 I [translate.cpp:140               ] Reloading language file
23:15:36.181 I [translate.cpp:140               ] Reloading language file
23:15:36.182 I [breakpad.cpp:261                ] Searching for crashdumps: /home/adam/.cache/spotify/*.dmp

/home/adam/usr/lib/spotify-client/spotify: symbol lookup error: /home/adam/usr/lib/spotify-client/spotify: undefined symbol: cef_api_hash

Thanks for your work making this installer and any help you can provide to figure out what's wrong here.

adamreeve commented 10 years ago

Ah sorry, I hadn't actually updated my spotify-make repository but thought I had (fetched but didn't merge...). It's working fine now. Sorry for the noise.