in reply to Re: Installing DBD::Pg on Windows XP Pro 32b
in thread Installing DBD::Pg on Windows XP Pro 32b

I didn't get any pop-up during the install. I used ActiveState's PPM to install it, and it said it completed successful.

The error was produced when I ran my cgi script, calling DBI->connect()

In ~\site\lib\auto\DBD\Pg there is:
.packlist Pg.bs Pg.dll Pg.exp Pg.lib Pg.pdb
I've added the following libraries to the post-following directories:
comerr32.dll gssapi32.dll k5sprt32.dll krb5_32.dll libeay32.dll libiconv2.dll libintl3.dll libpq.dll ssleay32.dll
Directories:
c:\Windows c:\Windows\System32 c:\Program Files\PostgreSQL\8.4\bin c:\Program Files\Perl\site\lib\auto\DBD\Pg


I tried looking into DynaLoader, but didn't traverse it that well -- hoping someone else already had this problem (and a solution).

Replies are listed 'Best First'.
Re^3: Installing DBD::Pg on Windows XP Pro 32b
by Anonymous Monk on Sep 06, 2009 at 17:36 UTC