On Wed, Jul 13, 2011 at 1:50 PM, David Rogers
<davidellisrog...@gmail.com> wrote:
> I am attempting to install DBD::Pg on a Windows Vista Ultimate machine for
> my own personal use.  I am retired now, but did work with database systems
> and expert systems.  I am developing a database for some linguistic
> research.  Because others are using Perl (but not with a database) I really
> need to include Perl routines in my work.  I have version 8.4 of PostgreSQL
> and version 1.10.5 of PostgreSQL Tools.  They appear to be working, except
> for the Perl interface.

What Perl system?

The easiest thing to do is get the PostgreSQL header files, make sure
the paths are set up right, and just do:

cpan DBD::Pg;

if you are using Vanilla or Strawberry Perl.  Note that these
environments ship with the GCC and MinGW build environments and have
generally worked for me.  However MinGW does not work properly on
Vista unless SP1 is installed.....

If you are using ActivePerl, I second the suggestion to get the PPM.

Reply via email to