in reply to DBI IIS DBD::Pg

This is really just a SWAG, but if it's dying in DynaLoader, I'd suspect binary incompatibility before I'd suspect permissions. Make sure your DBD::Pg is compiled against the same version as your Perl binary.

You may also want to try the pure-Perl driver for Pg. It's available from the ActiveState ppm repository, if that's the Perl you're using:

ppm install DBD-PgPP

Replies are listed 'Best First'.
Re^2: DBI IIS DBD::Pg
by ketema (Scribe) on Dec 04, 2004 at 03:13 UTC
    I guess that is possible, but why would the same module work from a normal script called from the command line. The same Pg.dll file is used. I will include the file on my ftp site if any one wants to test it.
    ftp://ftp.ketema.net/dbdpg.rar