Here is how i installed DBD::Pg: cd DBD-Pg-1.01/ setenv POSTGRES_INCLUDE /usr/local/pgsql/include setenv POSTGRES_LIB /usr/local/pgsql/lib perl Makefile.PL sudo ranlib /usr/local/pgsql/lib/libpq.a make make test *ignore the error messages* sudo make install
Done! This should be ok. Good luck, ----- Nicolas Bertrand http://www.wazop.net -----
