in reply to Re: DBD::Pg Test Fails
in thread DBD::Pg Test Fails

Chargrill,

I forgot to hit export for my export DBI_DSN=dbi:Pg:dbname=testdb

Then, I had to set the library path for postgres:

export LD_LIBRARY_PATH=/usr/local/pgsql/lib/

Everything is fine now...thanks a bunch

Tito