I have probles with libsqlmda

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
vic_

I have probles with libsqlmda

Post by vic_ » Thu 19 Jan 2006 19:12

Hola , He editado el archivo .bash_profile pra indicar la ruta, y no funciona, Kylix sigue mostrando el siguiente error: "Failure to Connect: Unable to load libsqlmda.so.x.x"


Yo puse el siguiente código


# variable de entorno para Kylix
# .bash_profile file
LD_LIBRARY_PATH=/usr/local/lib/
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/bin:/usr/local/lib
export LD_LIBRARY_PATH .

Estoy Mal en el codigo.

Please, If you know something, please help me,
PD. I hope tour answer. thanks

ap_ve
Posts: 3
Joined: Tue 15 Nov 2005 18:55

Re: I have probles with libsqlmda

Post by ap_ve » Thu 19 Jan 2006 20:14

[quote="vic_"]Hola , He editado el archivo .bash_profile pra indicar la ruta, y no funciona, Kylix sigue mostrando el siguiente error: "Failure to Connect: Unable to load libsqlmda.so.x.x"


Yo puse el siguiente código


# variable de entorno para Kylix
# .bash_profile file
LD_LIBRARY_PATH=/usr/local/lib/
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/bin:/usr/local/lib
export LD_LIBRARY_PATH .

Estoy Mal en el codigo.

Please, If you know something, please help me,
PD. I hope tour answer. thanks[/quote]



another thing, because appear "libsqlmda.so.x.x" , I don't know wether I have substitute or change by "libsqlmda.so.2.60"

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 24 Jan 2006 10:05

For information on using LD_LIBRARY_PATH variable in Linux operating systems please refer to MAN pages.
After that read about setting up dbExpress driver for MySQL in DbxMda ReadMe file.
In future, please ask your questions in English. We do not provide support in other languages.

Post Reply