Hi,

I have installed MySQL on an Opteron 64bit with operating system Scientific Linux CERN SLC release 4.6 (Beryllium)
by an archive TAR, under the directory /opt/local/mysql50.
The problem is that I want to install drivers DBD to use MySQLBenchmark but i 
run

perl Makefile.PL --mysql_config=/opt/local/mysql50/bin/mysql_config

then

make

and then

make test

But there are many errors of this type:

t/warnings............install_driver(mysql) failed: Can't load '/opt/BUILD/DBD/DBD-mysql-4.006/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.15: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/DynaLoader.pm line 230

but the library there is in:

/opt/local/mysql50/lib/mysql/libmysqlclient.so.15

and is located in the directory that is returned by the script

/opt/local/mysql50/bin/mysql_config --libs
-L/opt/local/mysql50/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm

Someone help me?

Thanks





--
Ing. Stefano Elmopi
Gruppo Darco - Area ICT Sistemi
Via Ostiense 131/L Corpo B, 00154 Roma

tel:0657060500
email:[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to