From: Richard E. II <win...@ya...> - 2001-04-17 19:08:01
|
When I login I get an internal error. The apache error log gives: install_driver(Pg) failed: Can't locate loadable object for module DBD::Pg in @INC (@INC contains: utils /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /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 /var/www/html/sql-ledger/login.cgi line 66 I am running: Red Hat 7.0 postgresql-7.0.3-7 perl-DBD-Pg 0.91-1 perl-DBI 1.14-8 I am sure I have done something stupid. Anyone tell me what it is? Should I use different packages? Thank you for your time, rick __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |
From: Ian \(t. webguy\) <ia...@in...> - 2001-04-17 19:32:03
|
Do you have the correct perl modules installed?? You need to install DB and you can get it from the Comprehensive Perl Archive Network (cpan.org). Ian -----Original Message----- From: sql...@li... [mailto:sql...@li...]On Behalf Of Richard Eicher II Sent: Tuesday, April 17, 2001 3:08 PM To: sql_ledger Subject: [SQL-Ledger-users] Internal error When I login I get an internal error. The apache error log gives: install_driver(Pg) failed: Can't locate loadable object for module DBD::Pg in @INC (@INC contains: utils /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /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 /var/www/html/sql-ledger/login.cgi line 66 I am running: Red Hat 7.0 postgresql-7.0.3-7 perl-DBD-Pg 0.91-1 perl-DBI 1.14-8 I am sure I have done something stupid. Anyone tell me what it is? Should I use different packages? Thank you for your time, rick __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |
From: Richard E. II <win...@ya...> - 2001-04-17 21:38:31
|
I have perl-DBD-Pg 0.91-1 and perl-DBI 1.14-8 installed. Is this what modules I should have? More so is this modules that we are talking about. I have perl installed also. What is the naem of the correct module that you are talking about? Not there yet,(but still running) rick __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |
From: Richard E. II <win...@ya...> - 2001-04-17 21:48:27
|
Also setup.cgi runs just fine. So I assume that perl is work some. But login.cgi gives the Internal error. Hopes this might help. :) rick __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |
From: Martin L. <ma...@li...> - 2001-04-17 22:46:04
|
Richard Eicher II wrote: > > Also setup.cgi runs just fine. So I assume that > perl is work some. But login.cgi gives the > Internal error. Hopes this might help. :) all cgi errormessages end up in /var/log/httpd/error.log start there. -- Martin Lillepuu | E-mail: ma...@li... | GSM: 051 56 450 |
From: Richard E. II <win...@ya...> - 2001-04-18 01:44:50
|
Martin, Did you not get my first email that had what was in the error log? If not I will send it again. rick __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |
From: Martin L. <ma...@li...> - 2001-04-18 02:45:07
|
Richard Eicher II wrote: > > Martin, > > Did you not get my first email that had what was > in the error log? If not I will send it again. sorry, I missed that one. anyway, try reinstalling DBD::pg since it sure looks compiled part of the module is missing. try using standard procedure: perl -MCPAN -e shell <answer bunch of questions if first time> install DBD::pg if everything compiles and installs ok, try accessing sql-ledger again. -- Martin Lillepuu | E-mail: ma...@li... | GSM: 051 56 450 |
From: Richard E. II <win...@ya...> - 2001-04-18 14:35:19
|
Ok, When I type "install DBD::Pg: I get, Running make for M/ME/MERGL/DBD-Pg-0.96.tar.gz Unwrapped into directory /root/.cpan/build/DBD-Pg-0.96 Makefile.PL returned status 65280 Running make test Make had some problems, maybe interupted? Won't test Running make install Make had some problems, maybe interupted? Won't install Anyone know how to trouble shoot this problem? Thank you for your time, rick __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |
From: Dieter S. <dsi...@sq...> - 2001-04-18 15:26:02
|
follow the instructions outlined in the FAQ (http://sql-ledger.org/misc/faq.html) for a Redhat system. Did you install the postgresql-devel rpm? Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Wed, 18 Apr 2001, Richard Eicher II wrote: > Ok, > > When I type "install DBD::Pg: I get, > > Running make for M/ME/MERGL/DBD-Pg-0.96.tar.gz > Unwrapped into directory > /root/.cpan/build/DBD-Pg-0.96 > Makefile.PL returned status 65280 > Running make test > Make had some problems, maybe interupted? Won't > test > Running make install > Make had some problems, maybe interupted? Won't > install > > > Anyone know how to trouble shoot this problem? > > Thank you for your time, > rick > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - buy the things you want at great prices > http://auctions.yahoo.com/ > > |