LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   amarock dependancy libmysqlclient.so.15 (https://www.linuxquestions.org/questions/linux-software-2/amarock-dependancy-libmysqlclient-so-15-a-492708/)

mike_morley 10-15-2006 07:58 PM

amarock dependancy libmysqlclient.so.15
 
The error I am getting is

Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokap p.
amarokapp: error while loading shared libraries: libmysqlclient.so.15: cannot op en shared object file: No such file or directory


I am having a problem locating a mysql client that will provide me with "libmysqlclient.so.15" The latest one I have found is "libmysqlclient.so.14"

Can anybody point me in the right direct for the relevent file for fc5 x86_64 please.

Samoth 10-16-2006 06:54 AM

well you could do one of two things, upgrade mysql completely(using RPMs) or you sylink libmysqlclient.so.15 to libmysqlclient.so.14 using this
Code:

ln -sf /path/to/libmysqlclient.so.14 /same/path/but/named/libmysqlclient.so.15
It is better to completely reinstall mysql, in my opinion, but you can usually do both.

mike_morley 10-19-2006 06:58 PM

A reinstall worked and Amarok now starts. However now I have the problem that I can't hear any sound when I play a track.

Any thoughts on this?


All times are GMT -5. The time now is 06:24 PM.