in reply to PostgreSQL/Perl
i don't know that you have to get all wound up in changing your initialization files, the only time you need the environment variables is during the build process. the last couple of times i've done this i invoked csh, issued
setenv POSTGRES_LIB '/usr/local/pgsql/lib' and
setenv POSTGRES_INCLUDE '/usr/local/pgsql/include'
and exited back to bash. everthing built smoothly (on debian). for some reason this just seemed to go more smoothly in the c shell.
|
|---|