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

Usually you put these commands into .bashrc, .bash_profile or wherever your systems looks for Environmental variables. Of course you can type these command all the time you reboot your system, but that doesn't seem very comfortable.

Hanamaki

Replies are listed 'Best First'.
Re: PostgreSQL/Perl
by Anonymous Monk on Nov 02, 2001 at 21:49 UTC
    Do these variables have to be set before
    I do make test and make install?
      You need them before your "Makefile.PL" does the configure work for you:
      perl Makefile.PL make make test make install


      Hanamaki