From: David R. <dr...@ri...> - 2001-01-29 14:25:39
|
I've got everything working up to this point, but when I go to my login.cgi and attempt to authenticate, here's what shows up in my error_log (from apache) install_driver(Pg) failed: Can't locate loadable object for module DBD::Pg in @INC (@INC contains: utils /usr/lib/perl5/i386-linux /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl .) at (eval 1) line 3 Compilation failed in require at (eval 1) line 3. Perhaps a module that DBD::Pg requires hasn't been fully installed at /usr/local/apache/htdocs/sql-ledger/login.cgi line 66 [Mon Jan 29 09:19:20 2001] [error] [client 192.168.3.179] Premature end of script headers: /usr/local/apache/htdocs/sql-ledger/login.cgi I've done a full make install for both DBI and DBD::Pg, and all the tests complete successfully. The paths for the postgres libs are in my global ldconfig. There is a valid user for the system and no errors are coming from the database end (in other words, I don't think it's getting that far). Any ideas? Thanks, David. |