damlee76 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I keep getting the following error:
Can't locate loadable object for module DBD::mysql in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at (eval 15) line 3.
I think I might inadvertently have had two perls installed on my system. One was installed manually through checkinstall command and the other one may be via Ubuntu server 12.04 repo.
At the moment, my current perl version is
$ perl -V
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
...
@INC:
/etc/perl
/usr/local/lib/perl/5.14.2
/usr/local/share/perl/5.14.2
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.14
/usr/share/perl/5.14
/usr/local/lib/site_perl
I was hoping if anyone might be able to help get around this issue.
Thank you very much in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: More than two perls installed accidentally
by wjw (Priest) on May 12, 2014 at 09:12 UTC | |
|
Re: More than two perls installed accidentally
by Anonymous Monk on May 12, 2014 at 06:43 UTC |