Re: Perl Questions

2001-09-10 Thread Ron Clark
never I run "perl Makefile.PL", it keep > > > complaining the file could not be found. The file is in the current > > > working directory? is there an environment variable to change this > > > behavor so it can take relative path? I need to fi

Re: trouble with installation DBD-PG

2001-02-05 Thread Ron Clark
bles. It looks as if make cannot find the include directory for postgres. If using csh: setenv POSTGRES_INCLUDE /usr/local/pgsql/include and setenv POSTGRES_LIB /usr/local/pgsql/lib Do this before running make. For sh or bash you will need to use their method for setti