On Thu, 12 Sep 2002 11:08:57 -0400
"Rich DeSimone" <[EMAIL PROTECTED]> wrote:

> Ok so you are suggesting an "apt-get remove libdbd-mysql-perl" then an
> "apt-get install libdbd-mysql-perl"?

No.

Remove:
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/DBD/mysql
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Mysql.pm
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Bundle/DBD/mysql.pm
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Mysql
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/DBD/mysql.pm

or something near that.

Perhaps I cannot tell it in a clear way, but I try again.

You have at least _two_ different installation of DBD::Mysql module.
One of them resides in /usr/local. This one was installed without using
Debian package system. One installation is in /usr and it was installed
from libdbd-mysql-perl Debian package.

Right now, you are using first installation, which probably is outdated,
so you have 'relocation' problems. You should remove it, and then your perl
should use DBD::Mysql installation you got from Debian packages, which is
for 101% fine.

Also please make sure, that you are using Debian's perl (which is in /usr/bin/perl)
and not some locally compiled (which is probably in /usr/local/bin/perl)

BTW - have you took a look at 'slash' Debian package?

Waldemar

Reply via email to