From: Richard E. II <win...@ya...> - 2001-02-13 02:42:11
|
When I try to log in I get this in my apache error log: [Mon Feb 12 19:40:53 2001] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux) configured -- resuming normal operations Can't connect(dbi::dbname=;host=;port= ), no database driver specified and DBI_DSN env var not set at /home/httpd/sql-ledger/login.cgi line 66 [Mon Feb 12 20:33:54 2001] [error] [client 192.168.10.2] Premature end of script headers: /home/httpd/sql-ledger/login.cgi Can't connect(dbi::dbname=;host=;port= ), no database driver specified and DBI_DSN env var not set at /home/httpd/sql-ledger/login.cgi line 66 [Mon Feb 12 20:38:20 2001] [error] [client 192.168.10.2] Premature end of script headers: /home/httpd/sql-ledger/login.cgi Any one run into this or know how to fix? I installed the DBI. But maybe I did it wrong? Rick __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |
From: Wes W. <ufo...@ea...> - 2001-02-13 03:55:09
|
Check to be sure that DBI and DBD went into the right dirs. I had this problem once too. There should be an i386 dir in your perl dir and also a site_perl/1386 dir. I had the modules install to the site_perl one and so I copied them to the regular 1386 one, and all was good. If you have any questions feel free to email. Good Luck, Wes On Mon, Feb 12, 2001 at 06:42:46PM -0800, Richard Eicher II wrote: > When I try to log in I get this in my apache > error log: > > [Mon Feb 12 19:40:53 2001] [notice] Apache/1.3.12 > (Unix) (Red Hat/Linux) configured -- resuming > normal operations > Can't connect(dbi::dbname=;host=;port= ), no > database driver specified and DBI_DSN env var not > set at /home/httpd/sql-ledger/login.cgi line 66 > [Mon Feb 12 20:33:54 2001] [error] [client > 192.168.10.2] Premature end of script headers: > /home/httpd/sql-ledger/login.cgi > Can't connect(dbi::dbname=;host=;port= ), no > database driver specified and DBI_DSN env var not > set at /home/httpd/sql-ledger/login.cgi line 66 > [Mon Feb 12 20:38:20 2001] [error] [client > 192.168.10.2] Premature end of script headers: > /home/httpd/sql-ledger/login.cgi > > > Any one run into this or know how to fix? > I installed the DBI. But maybe I did it wrong? > > Rick > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > -- ________________________________________________________________________________ From a different solar system, many many galaxies away... |
From: Richard E. II <win...@ya...> - 2001-02-13 13:23:22
|
where should this dirs be on a redhat 7.0 machine? thanks for the help, rick __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |
From: Steve D. <sd...@sw...> - 2001-02-13 15:34:39
|
Hi Richard. This looks like you haven't set anything up yet. Did you point your browser to http://"your URL"/cgi-bin/sql-ledger/admin/setup.cgi so you can enter your driver, db, host, port, etc? You might take a look at that. Hope that helps. Steve Richard Eicher II wrote: > When I try to log in I get this in my apache > error log: > > [Mon Feb 12 19:40:53 2001] [notice] Apache/1.3.12 > (Unix) (Red Hat/Linux) configured -- resuming > normal operations > Can't connect(dbi::dbname=;host=;port= ), no > database driver specified and DBI_DSN env var not > set at /home/httpd/sql-ledger/login.cgi line 66 > [Mon Feb 12 20:33:54 2001] [error] [client > 192.168.10.2] Premature end of script headers: > /home/httpd/sql-ledger/login.cgi > Can't connect(dbi::dbname=;host=;port= ), no > database driver specified and DBI_DSN env var not > set at /home/httpd/sql-ledger/login.cgi line 66 > [Mon Feb 12 20:38:20 2001] [error] [client > 192.168.10.2] Premature end of script headers: > /home/httpd/sql-ledger/login.cgi > > Any one run into this or know how to fix? > I installed the DBI. But maybe I did it wrong? > > Rick > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ |
From: Richard E. II <win...@ya...> - 2001-02-13 17:55:24
|
no I guess I have not. I will look into that. Are there any efforts to a how to on this? If not any one interested it working on one? Rick __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |
From: Dieter S. <dsi...@sq...> - 2001-02-13 18:35:13
|
Rick, There is a README file which covers a basic installation. You could also check out the FAQ for more clues. All the required parts needed to successfully run SQL-Ledger are listed on the source code page with links pointing to the websites where you can retrieve the source code. 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 Tue, 13 Feb 2001, Richard Eicher II wrote: > no I guess I have not. I will look into that. Are > there any efforts to a how to on this? If not any > one interested it working on one? > > Rick > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > |