|
From: Dieter S. <dsi...@sq...> - 2001-08-21 21:28:54
|
try this perl -e 'use DBI; print join "\n", DBI->available_drivers'; That should list all the available drivers. 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, 21 Aug 2001, Roderick A. Anderson wrote: > Damn! I'm havin a heck of a time. I upgraded my system to RHL 7.1, > installed PostgreSQL 7.1.3, installed (upgraded) to SQL-Ledger 1.6 and > now can't get it to work. I'm trying to get to the admin page and keep > getting the message in the Subject line. I know the PostgreSQL driver > is install and perl can find it because > > perl -e 'use DBI::Pg; print join('\n', DBI->available_drivers())'; > > shows Pg. > > The Apache log (error_log) shows > > Compilation failed in require at /home/httpd/sql-ledger/admin.pl line 89 > > Any ideas? > > > TIA, > Rod > |