cs8898 Posted March 8, 2013 Posted March 8, 2013 if i start an dbConnect to my local my sql server i got the massage: libmysqlclient.so.15: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verz eichnis nicht gefunden in English: libmysqlclient.so.15: Can't open Shared-Object-File: File or Directory dosn't exist i googled that and some wone sad install mysqlclient, i done it, but it dosnt work im using ubuntu 10.2.4 LTS x64 Desktop version Coud somebody help me, please
cs8898 Posted March 8, 2013 Author Posted March 8, 2013 I got it Fixed my selfe download that file http://files.directadmin.com/services/all/mysql/MySQL-shared-5.0.37-0.i386.rpm then paste the files in ./usr/lib into /usr/lib32 and /usr/lib if you use an 64bit Linux, on 32bit there wont be a problem like that just tipe as root cd /usr/lib ln libmysqlclient_r.so.16 libmysqlclient_r.so.15 that should work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now