From: Hugo P. <hp...@te...> - 2001-05-10 12:52:01
|
From the sources sql-ledger page REQUIREMENTS: Webserver (Apache, ...) Perl 5.xxx, depends on DBD and DBI SQL Server, must support transactions (PostgreSQL 7.03+, ...) ----> DBI module http://search.cpan.org/search?module=DBI ----> DBD driver (DBD-Pg, ....) For the PostgreSQL driver click here http://search.cpan.org/search?dist=DBD-Pg -----Mensaje original----- De: Jaco van Staden <ja...@cy...> Para: sql...@li... <sql...@li...>; gl...@li... <gl...@li...> Fecha: Thursday, May 10, 2001 4:16 AM Asunto: [SQL-Ledger-users] Perl Error: Can't locate DBI.pm >Hi > >I cannot execute perl .cgi files for SQL-Ledger. I get an internal >server error with the following message in the ../httpd/error.log file: > >Can't locate DBI.pm in @INC (@INC contains: >/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 /var/www/html/sql-ledger/admin/setup.cgi >line 33. >BEGIN failed--compilation aborted at >/var/www/html/sql-ledger/admin/setup.cgi line 33. >[Thu May 10 09:18:05 2001] [error] [client 10.0.0.5] Premature end of >script headers: /var/www/html/sql-ledger/admin/setup.cgi > > >I have installed the following files: > >postgresql-7.1-1.i386.rpm >postgresql-libs-7.1-1.i386.rpm >postgresql-contrib-7.1-1.i386.rpm >postgresql-perl-7.1-1.i386.rpm >postgresql-devel-7.1-1.i386.rpm >postgresql-server-7.1-1.i386.rpm > >I assume all the required files to acces the database are in these >packages. > >Regards > >-- >Jaco van Staden >Cyber Seal Information Systems Development >Tel: +27 12 998 5674, Fax: +27 12 998 0249, >Cell: +27 82 927 5513, http://www.cyberseal.co.za > > > |