2006/2/18, Mike Blezien <[EMAIL PROTECTED]>:
> Hello,
>
> MySQL version: 4.1.10a
>
> we are getting this error when attempting to connect to our MySQL database:
>
> install_driver(mysql) failed: Can't load
> '/usr/lib/perl5/vendor_perl/5.8.3/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.5/i386-linux-thread-multi/DynaLoader.pm line 230.
>   at (eval 6) line 3
> Compilation failed in require at (eval 6) line 3.
> Perhaps a required shared library or dll isn't installed where expected
>
> Now I recall reading something about this, something to do with the DBD 
> version
> used. Or is this something too do with the MySQL version we are using?

Nothing to do with your MySQL installation, it's DBD::MySQL which is
not installed properly. I would suggest to reinstall it, since you
have a broken dependency.  (If you use debian : apt-get install
libdbd-mysql-perl )

--
Pooly
Webzine Rock : http://www.w-fenec.org/

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

Reply via email to