in reply to Re: PostgreSQL/Perl
in thread PostgreSQL/Perl

You need them before your "Makefile.PL" does the configure work for you:
perl Makefile.PL make make test make install


Hanamaki