Richard Humphrey wrote:
You might try, as root, ldconfig -v to ensure the loader was informed of the libmusicbrainz library.I am trying to get Amarok to work with libmusicbrainz. I have the latest amarok 1.21 installed via yum as well as libmusicbrainz & libtunepimp. Still no lookup via amarok though.
Here are my paths.
/usr/lib/libmusicbrainz.so.4 /usr/lib/libmusicbrainz.so.4.0.0
/usr/lib/libmusicbrainz.so.4 /usr/lib/libmusicbrainz.so.4.0.0
/usr/bin/amarokapp /usr/bin/amarok
Anyone know how to fix this? /usr/bin/amarokapp
I have also tried to compile from source, but it seems amarok doesnt
know these libs are present on my system.
If that doesn't fix it, try ldd /usr/bin/amarokapp and make sure it is actually pointing to the library you have. If not, check the messages during the compile, they may not be found at that time either.