I am having alot of trouble installing on Fedora 10 running perl 5.10.0 on i386 DBI version 1.607 POSTGRES Version 8.3.6
I am setting my env variables as follows; env POSTGRES_HOME='/usr/local/pgsql/' POSTGRES_LIB='/usr/local/pgsql/lib/' POSTGRES_INCLUDE='/usr/local/pgsql/lib/include/' perl Makefile.PL During make test, i continue getting the following error PGINITDB="/usr/local/pgsql/bin/initdb" PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-signature......skipped: Set the environment variable TEST_SIGNATURE to enable this test t/00basic...........1/3 # Failed test 'use DBD::Pg;' # at t/00basic.t line 14. # Tried to use 'DBD::Pg'. # Error: Can't load '/home/twicklund/DBDDownload/DBD-Pg-2.11.8/blib/arch/auto/DBD/Pg/Pg.so' for module DBD::Pg: libpq.so.5: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203. # at (eval 6) line 2 # Compilation failed in require at (eval 6) line 2. # BEGIN failed--compilation aborted at (eval 6) line 2. Bailout called. Further testing stopped: Cannot continue without DBD::Pg make: *** [test_dynamic] Error 1 ANY help would be greatly appreciated.... Thanks!
