From: Andre F. M. <and...@te...> - 2001-01-29 17:56:42
|
Hello, I am a newbie, but I struggled with similar problem. Well, your dbd:pg and dbi installations found "utils" at @inc include=20 path. Fine. But I guess that your problem is with directory and file=20 permissions to Apache. Try to set utils subdirectory, and its files, to user and group=20 nobody.nobody (or nobody.nogroup at some distributions) default Apache=20 user and group settings permissions. Also, check for executable and read write permission. Good luck. Andre Felipe Machado >>>>>>>>>>>>>>>>>> Mensagem anterior <<<<<<<<<<<<<<<<<< No dia 29/01/01, 12:21:14, David Rippel <dr...@ri...> escreveu o= =20 seguinte sobre o tema [SQL-Ledger-users] Problems with logging in to=20 sql-ledger: > I've got everything working up to this point, but when I go to my=20 login.cgi > and attempt to authenticate, here's what shows up in my error_log (fro= m > apache) > install_driver(Pg) failed: Can't locate loadable object for module=20 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 (ev= al=20 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 en= d=20 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 te= sts > complete successfully. The paths for the postgres libs are in my globa= l > ldconfig. There is a valid user for the system and no errors are comin= g=20 from > the database end (in other words, I don't think it's getting that far)= .=20 Any > ideas? > Thanks, > David. |