Búsqueda personalizada
Reply
Recent blog posts
- I'm listed at Softpedia.com!
- Seamonkey / IceApe and Session Manager
- Howto Install SK1 in Debian Sid
- On travel
- I'm moving out of MySQL
- Multiseat, Multiterminal, Green computer/computing
- Organic Groups Subscriptions v 1.1 (requeriments, configure, install and 5 tests)
- Agile Approach stuff
- HOWTO Screencasting from console with sox and ffmpeg
- EXA, XAA, Xorg and Firefox memory leak




Unable to load libmysqlclient.so
I've found a solution here:
http://forums.mysql.com/read.php?113,57867,176468#msg-176468
so you have to download a package from http://www.wesmo.com/rpm2html/contributed/RPMS/MySQL-shared-compat-4.1.9...
and change
VendorLibLinux=libmysqlclient.so to VendorLibLinux=libmysqlclient.so.10
at ~/DBDesigner4/DBConn.ini and ~/DBDesigner4/DBConn_DefaultSettings.ini
For installing MySQL-shared-compat-4.1.9-0.i386.rpm package in debian:
$ sudo alien --to-tgz MySQL-shared-compat-4.1.9-0.i386.rpm
$ sudo tar xzvfp MySQL-shared-compat-4.1.9.tgz -C /
Blessings!