how did you install MySQL 5.0?

did you do it by rpm?
or did you do a make install.

could you attach the output of

for i in `rpm -qa --queryformat '%{name} '`; do rpm -q $i && rpm -V $i; done

You will be able to get your compat rpms at

http://public.pdinc.us/rpms/mysql

we may have to make up some for MySQL 5.x

-Jason Pyeron

On Tue, 23 Aug 2005, Bing Du wrote:

Hi,

When I run a Perl script that uses DBI and DBD::mysql on a RHEL 3 machine,
I got this error:

==
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.
==

I cannot find the file libmysqlclient.so.10 any where on the server that
the Perl script is running on.  What I found instead was
/usr/lib/libmysqlclient.so.15.

How should I get the problem fixed?

Thanks in advance for any help.

Bing



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Partner & Sr. Manager             7 West 24th Street #100     -
- +1 (443) 921-0381                 Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited.

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

Reply via email to