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

Can do those commands from anywhere or do they have to be done from inside the directories?

Replies are listed 'Best First'.
Re: Re: Re: PostgreSQL/Perl
by Hanamaki (Chaplain) on Nov 02, 2001 at 21:38 UTC
    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
      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