Page 1 of 1

Problemas de conexion libmysqlclient.so.15

Posted: 06.07.2010, 19:11
by fsolispa
Trabajo en ubuntu 10.4 con lazarus v0.9.28.2 beta, instale zeoslib 7.0.0 alpha, todo estaba súper bien hasta que se actualizo el sistema y me percate que ya no podía conectarme con la base de datos de mysql, me daba el siguiente error "None of the dynamic libaries can be found: libmysqld.so.15, libmysqld.so", busque en el sistema y tengo la libreria libmysql.so.16, no se como hacer para que se vuelvan a conectar, alguien me podria orientar, gracias de antemano

Posted: 07.07.2010, 07:16
by Pitfiend
Prueba cambiandole el nombre a libmysqld.so, fijate bien que sea libmysqld.so.16. Te recomiendo que pongas esa libreria en la carpeta de tu aplicacion para evitar conflictos con otras apliaciones.

Posted: 29.08.2010, 23:20
by mdaems
Gentlemen,

When using a foreign (non english) language, please try to provide an english description. Even when it's not an accurate translation, it may give other people an indication on what this post is about.

Mark

Re: Problemas de conexion libmysqlclient.so.15

Posted: 27.11.2010, 13:39
by morilon
fsolispa wrote:Trabajo en ubuntu 10.4 con lazarus v0.9.28.2 beta, instale zeoslib 7.0.0 alpha, todo estaba súper bien hasta que se actualizo el sistema y me percate que ya no podía conectarme con la base de datos de mysql, me daba el siguiente error "None of the dynamic libaries can be found: libmysqld.so.15, libmysqld.so", busque en el sistema y tengo la libreria libmysql.so.16, no se como hacer para que se vuelvan a conectar, alguien me podria orientar, gracias de antemano
i don't speak spanish, but i do speak portuguese, wich is very close, so i'll do a SPA-ENG translation here:

I'm using Ubuntu 10.4 with Lazarus v0.9.28.2 beta and ZeosLib 7 Alpha. All work good but when i refresh a message says that i can't connect with the mysql database with this message: None of the dynamic libaries can be found: libmysqld.so.15, libmysqld.so.
I made a search on my system and i do have those libs, have no idea how to fix this up. Somebody could help me?

Posted: 05.12.2010, 21:07
by mdaems
morilon,
Thanks for the translation.

This is an issue that should be answered by some experienced Linux user. Problem is that I don't know how linux searches for libraries.

Someone who knows the answer?

As a Linux beginner I think just putting a link next to your executable, and pointing to the real library will work.

Mark