Ok, I have DBDesigner4 libs under /usr/local/lib/DBDesigner4. I tried to
do what you want and I found that I already have a link to
libmysqlclient.so.14.0.0
Maybe this is the problem, don't you think? I don't know wich program
uses that lib...
Ady Wicaksono wrote:
> If you have libmysqlclient.so.
If you have libmysqlclient.so.10.0.0 for example at /usr/lib/
try to add new symbolic link
ln -s /usr/lib/libmysqlclient.so.10.0.0 /usr/lib/libmysqlclient.so
and run /sbin/ldconfig
good luck
Bruno Cochofel wrote:
I have a symbolic link to libmysqlclient.so.10.0.0
When I run startdbd for th
I have a symbolic link to libmysqlclient.so.10.0.0
When I run startdbd for the first time symbolic links are created.
Thanks,
Bruno
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Hi,
and you have a libmysqlclient.so ?
sometimes the lib is installed only with a libmysqlclient.so.xxx, and
the
packages don't install the libmysqlclient.so file, so all you have to do is
ln -s the lib to libmysqlclient.so
Verify this,
mpneves
On Saturday 15 Octobe