Hey, i want to access PostgreSQL 8.3 from Perl 5.10.0 on Windows Vista. Therefore I need the DBD::Pg driver. Since it isn't available at ActiveState I got a binary version from PgFoundry which I installed with ppm.
A test script failed, because msvcr80.dll was missing. I copied the file to Windows\System32 (Running the Installer of the VisualC++- Runtime didn't help). Then I got a new Error "R6034". On a XP-Machine it helped to copy the pg.dll.manifest in Perl-bin and rename it into perl.exe.manifest. On the Vista machine the same error occurs. How can I get the DBD::Pg run under Vista? Martin PS. Sorry for my bad Englisch ;)
