Until recently, I had a perfectly serviceable perl and mysql installation.
Then, I was using the CPAN module, and it told me to install Bundle::CPAN.
I did so, and now when I try to use my DBI module, Perl can't find it.
I get the message:
Can't locate loadable object for module DBI in @INC (@INC contains:
/usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl .) at DBI.pm line 180
BEGIN failed--compilation aborted at DBI.pm line 180.
"locate DBI" returns
/usr/local/lib/site_perl/i386-linux/auto/DBI
...
/usr/local/lib/site_perl/i386-linux/DBI
...
/usr/lib/perl5/5.005/i386-linux/DBI
So it seems like I have some kind of version mixup. How do I fix this?
========[Joel-Gwynn]-[[EMAIL PROTECTED]]=======
A train station is where a train stops.
A bus station is where a bus stops.
So now you know why they call this a workstation.