Setting environment variables is operating system specific.  For FreeBSD, it
would be either:

For ksh, sh, or bash: VAR="val"; export VAR
For csh or tcsh: setenv VAR = "val"

Please note that in UNIXes, variable names are case-sensitive.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: "Imran Hussain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 00:32
Subject: DBD::Pg install problem


> hi.
>
> I hv Freebsd-4.3,perl-5.005_03,postgresql-7.1.2. I downloaded
> DBD::Pg-1.00. and when i do 'perl Makefile.Pl.......i get the message to
set
> the environment path of Postgres_include and Postgres_lib......how do i do
> this.....i went thru the read me file but could not find much info about
> setting the path......can anyone help me on this
>
> regards Imran Hussain
> System Administrator
>
> --
> insanity is just an overflow of imagination
>

Reply via email to