View Single Post
Old 11-26-2008, 06:41 AM   #34 (permalink)
pisdpaul
Developer PISD & OOTP
 
pisdpaul's Avatar
 
Join Date: Apr 2008
Posts: 455
Quote:
Originally Posted by Vadi View Post
I'm having the mysql issue too, but I do have the mysql library installed: http://www.ubuntu-pics.de/bild/6348/..._82_FLA0vR.png
This may be due to the name of the mysql shared object file installed. You need to find what is on your system. I am not that familiar with Ubuntu package management but there should be a way to list the files installed. For me I just do this:

Quote:
ls -al /usr/lib64/libmysqlclient*
You are looking for a file called libmysqlclient.so.15. I am guessing you will have a different number at the end. If it is >15 then you can simply create a symbolic link and everything will work fine. If its less then you may get away with a symbolic link but it could cause issues.
pisdpaul is offline   Reply With Quote