Quote:
Originally Posted by pisdpaul
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:
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.
|
Sorry but I'm not experienced too much. Here's the output I get:
Quote:
vadi@ubuntu:~$ ls -al /usr/lib64/libmysqlclient*
lrwxrwxrwx 1 root root 26 2008-11-09 16:35 /usr/lib64/libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
-rw-r--r-- 1 root root 2099112 2008-09-19 09:22 /usr/lib64/libmysqlclient_r.so.15.0.0
lrwxrwxrwx 1 root root 24 2008-11-09 16:35 /usr/lib64/libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
-rw-r--r-- 1 root root 2086600 2008-09-19 09:22 /usr/lib64/libmysqlclient.so.15.0.0
vadi@ubuntu:~$
|
But the issue persists.
Is it possible to get a .deb or a PPA?
(also, this forum's "instant email notification" does not work.)