Web Hosting Talk







View Full Version : Can anyone help with this?


irlhost
06-03-2003, 06:28 AM
All perl / database apps are down for the following reason:


Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .)

Anyone any ideas?

GameOver
06-03-2003, 06:32 AM
DBI module hasnt been installed on your server. If you use Cpanel/WHM you can use Install Perl module to install it or you can download it at Cpan.org and install manually

irlhost
06-03-2003, 08:24 AM
Hi,

Thanks for your help. I have access to Cpanel/WHM but can you tell me where Install Perl module is?

nogi
06-03-2003, 09:14 AM
Go to 'Software' => 'Install a Perl Module' in WHM.

John

hiryuu
06-03-2003, 04:34 PM
Looking at those search paths, did you upgrade perl recently? It could be DBI is installed for an older version.

(I say this because I tripped on it yesterday.)