linmysqlclient.so not found

MrManager

Verified User
Joined
Mar 14, 2005
Messages
5
Location
Roseville, CA
Currently I am unable to install this library in order for RTG to function correctly. How can I do it? I've checked Dev Shed, mysql forums and the handbook- no dice anywhere and I'm getting very very frustrated. :/

Your assist is very appreciated.

Error:
Code:
[root@priweb etc]# ./rtgtargmkr.pl
install_driver(mysql) failed: Can't load '/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.10: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.
 at (eval 4) line 3
Compilation failed in require at (eval 4) line 3.
Perhaps a required shared library or dll isn't installed where expected at ./rtgtargmkr.pl line 277
[root@priweb etc]#

Also, when I enter the SetEnv line in the httpd.conf file, I get the following error:
Code:
Starting httpd: Syntax error on line 19 of /etc/httpd/conf/httpd.conf:
Invalid command 'SetEnv', perhaps mis-spelled or defined by a module not included in the server configuration


Anyone wanna take a stab at this? OS= CentOS 3.4, current directory of /usr/lib/mysql shows the following:
Code:
[root@priweb root]# ls /usr/lib/mysql
libdbug.a   libmyisam.a       libmysqlclient.la    libmystrings.a  libvio.a
libheap.a   libmyisammrg.a    libmysqlclient_r.a   libmysys.a      mysqld.sym
libmerge.a  libmysqlclient.a  libmysqlclient_r.la  libnisam.a
[root@priweb root]#
 
Last edited:
Back
Top