On Thu, Jun 08, 2006 at 10:12:58PM +0700, Andrey Kouprianov wrote:
Hi Andrey,
On the other hand, libmysqlclient.so.12 might not be there at all. However, there might be some libmysqlclient.so.14 or libmysqlclient.so.15. Just make a symbolic link inside the directory where libmysqlclient.so.x is located
Yep, it can be the another solution, but if he have compiled mysql.so on the same computer, it mean libmysqlclient.so.12 should be somewhere, isn't it ?
and also isn't so good make a synb link to a library other version. :-/
ln -s libmysqlclient.so.14 libmysqlclient.so.12
or
ln -s libmysqlclient.so.15 libmysqlclient.so.12
Whatever fits.
Andrey.
Wbr,