Re: DBDesigner4 under Linux

2005-10-17 Thread Bruno Cochofel
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.

Re: DBDesigner4 under Linux

2005-10-17 Thread Ady Wicaksono
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

Re: DBDesigner4 under Linux

2005-10-17 Thread Bruno Cochofel
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]

Re: DBDesigner4 under Linux

2005-10-15 Thread Merlin, the Mage
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

DBDesigner4 under Linux

2005-10-15 Thread Bruno Cochofel
I am able to run DBDesigner4 under Windows but now good under Linux. Try .rpm, .tar.gz, home install, all users install, still the same error: Unable to load libmysqlclient.so Put this in ld.so.conf, run ldconfig, nothing... Changed startdbd script to force dirs path and nothing. Need help on th