Date sent:              Fri, 11 May 2001 14:43:34 -0500
From:                   Vivek Kakade <[EMAIL PROTECTED]>
To:                     [EMAIL PROTECTED]
Subject:                DBI Module..

> Hi
> 
> I am trying to use DBI module from CPAN, which is installed on Apache web 
> server 1.3.12, to connect to MySQL Database (on another server) . The Apache 
> web server is installed on Linux. But I am constantly getting the folllowing 
> error ...
> 
> ----------------------------
> Can't locate loadable object for module DBI in @INC (@INC contains: 
> /usr/lib/per
> l5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 
> /usr/lib/perl5/site_perl/5.6.0/i386-lin
> ux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at 
> /usr/lib/perl5/
> site_perl/5.6.0/i386-linux/DBI.pm line 182

Well, this tells that DBI.pm itself is indeed installed in the correct 
place, but that DBI.pm cannot find one of the binary components it 
needs to load. This hints to an incomplete installation of DBI, looks 
like someone has just copied DBI.pm into @INC's root and 
forgotten the other components. Probably a complete re-install of 
DBI will help

HTH

Bodo
[EMAIL PROTECTED]

Reply via email to