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

Do these variables have to be set before
I do make test and make install?

Replies are listed 'Best First'.
Re: Re: PostgreSQL/Perl
by Hanamaki (Chaplain) on Nov 02, 2001 at 21:55 UTC
    You need them before your "Makefile.PL" does the configure work for you:
    perl Makefile.PL make make test make install


    Hanamaki