Quote:
Originally Posted by Vadi
|
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.