|
From: Nick B. <Nic...@po...> - 2001-12-19 14:35:55
|
At 2001-12-19 14:07:22+0000, Thomas Good writes: > On Wed, 19 Dec 2001, Brian Cawthon wrote: > > > [Wed Dec 19 13:00:38 2001] [error] [client 206.2.228.130] Premature end > > of script headers: /usr/local/share/apache/htdocs/sql-ledger/admin.pl > > Can't locate DBI.pm in @INC (@INC contains: > > Hi. > > You will need DBI, a perl module, and DBD-Pg a perl "driver". > Go to your unix distribution cd and install the perl modules that > complement your postgres installation or check out www.cpan.org On FreeBSD: cd /usr/ports/databases/p5-DBI && make install cd /usr/ports/databases/p5-DBD-Pg && make install This part was easy, but I still don't have sql-ledger working. Nick B |