Front page | perl.dbi.users |
Postings from February 2008
Re: DBI error
Thread Previous
From:
Bart Lateur
Date:
February 5, 2008 11:51
Subject:
Re: DBI error
On Tue, 29 Jan 2008 13:44:16 -0700, Kirthi Prabhu wrote:
> I get the pg.pm file and I have placed that in DBD/ folder.
Generally not a good sign...
>When I use DBI -> Connect I get the following error
>install_driver(Pg) failed: Can't locate loadable object for module
>DBD::Pg in @INC
I was expecting that. This means you don't have the DLL that belongs to
DBD::Pg. Just copying the Pure Perl part of the module is not good
enough.
Just install the DBD::PG module properly, for example with PPM, instead
of his halfhearted attempt, which you should not undertake unless you
know very much what you're doing (in which case you wouldn't be asking
about this error...)
--
Bart.
Thread Previous
-
DBI error
by Kirthi Prabhu
-
Re: DBI error
by Bart Lateur