Hi. Can anyone help me?
I have the latest version of DBI::Pg, but I can't get it to install
properly. I've read around that I should not run
perl Makefile.PL
make
make install
as root, however I can't access CPAN without it. If I do run those lines
as root, I can get it to work by first creating user root for PostGres.
It works find, but I get an error with make test, and some warning with
make, because it can't find library for -lpq (though it was found while
running perl Makefile.PL).
Is there something wrong with my POSTGRES_INCLUDE or POSTGRES_LIB
environment variables? (There shouldn't be, since perl Makefile.PL ran
ok.)
Thanks.
Jason