Web Hosting Talk







View Full Version : libmysqlclient.so


Domenico
12-21-2000, 07:48 PM
Hello,

Maybe a stupid question but where can i find the file libmysqlclient.so ?

I installed chilisoft ASP and everything works fine accept;

ADO - Uses ActiveX Data Objects to query a database
JSADO - Uses JScript to control the ActiveX Data Objects

The location of the library "libmysqlclient.so" must be included on the LD_LIBRARY_PATH line inside the global_odbc.sh file OR it must be located in a directory that is listed in the /etc/ld.so.conf file.

Where is that file ?

Thank you
Domenico

webfors
12-21-2000, 10:02 PM
root@wf [~]# locate libmysqlclient.so
/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.9
/usr/lib/libmysqlclient.so.9.0.0
/usr/lib/libmysqlclient.so.6

Just type:

locate libmysqlclient.so

and it should return the path to this file.

Domenico
12-22-2000, 02:30 AM
Well, that's what I allready did but it comes up with nothing.

I tought I had installed the shared libraries and stuff.

What do I need to do to get this file ?

Thanks
Domenico