On 25 Jul 2002 12:58:00 -0400 Harvey Cary <[EMAIL PROTECTED]> wrote:

> When I try to load DBD::pg I get the following error:
> 
> install_driver(Pg) failed: Can't locate loadable object for module
> DBD::Pg in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i386-freebsd
> /usr/local/lib/perl5/5.6.1
> /usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd
> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .)
> at (eval 6) line 3, referer: http://12.38.8.171/
> 
> This is perl, v5.6.1 built for i386-freebsd
> FreeBSD 4.6.1-RELEASE 
> PostgreSQL 7.2.1
> 
> Any help would be greatly appreciated... 

I don't use Postgresql, so I'm shooting from the hip.  You say you are
trying to load DBD::pg, but the message referes to DBD::Pg; case is
significant.  Check to see if DBD/pg.Pm is in any of the directories listed
for @INC.  If it isn't and DBD/Pg.pm is, you need to correct the spelling
in your script.  If nothing is, you need to install DBD::pg.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


Reply via email to