ketema has asked for the wisdom of the Perl Monks concerning the following question:
at first I thought it was a path problem, but after searching i know it is permissions, problem is where? I have given read and execute to the IIS process to the folder where the Pg.dll file is located, i even did a DBI trace:PerlScript Error error '80004005' Can't load 'C:/Perl/site/lib/auto/DBD/Pg/Pg.dll' for module DBD::Pg: l +oad_file:The specified module could not be found at C:/Perl/lib/DynaL +oader.pm line 230. at (eval 3) line 3 Compilation failed in require a +t (eval 3) line 3. (in cleanup) install_driver(Pg) failed: Can't load + 'C:/Perl/site/lib/auto/DBD/Pg/Pg.dll' for module DBD::Pg: load_file: +The specified module could not be found at C:/Perl/lib/DynaLoader.pm +line 230. at (eval 3) line 3 Compilation failed in require at (eval 3 +) line 3. Perhaps a required shared library or dll isn't installed wh +ere expected
DBI 1.46-ithread default trace level set to 0x0/9 (pid 476) -> DBI->connect(dbi:Pg:dbname=mydbname;host=localhost;port=5432, a +dministrator, ****) -> DBI->install_driver(Pg) for MSWin32 perl=5.008004 pid=476 ruid= +0 euid=0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI IIS DBD::Pg
by VSarkiss (Monsignor) on Dec 03, 2004 at 22:04 UTC | |
by ketema (Scribe) on Dec 04, 2004 at 03:13 UTC |