|
From: Jason A. B. <ja...@te...> - 2001-10-16 14:25:43
|
Hi. $form->{action} returns null when running
http://localhost/sql-ledger/admin.pl, which results in the error. Should
I have something here?
-----Original Message-----
From: Jason A. Banico=20
Sent: Tuesday, October 16, 2001 9:47 PM
To: 'Paulo Rodrigues'; wayne
Cc: sql...@li...
Subject: RE: Error looking for database drivers
Hi again.
I'm just browsing through the source code. Is this right? It is using
SID of Oracle? Should I change this ID to something else?
-----Original Message-----
From: Paulo Rodrigues [mailto:pro...@vi...]=20
Sent: Tuesday, October 16, 2001 8:22 PM
To: wayne
Cc: Jason A. Banico; sql...@li...
Subject: Re: Error looking for database drivers
wayne wrote:
>=20
> Hi Jason,
> I'm new at this too, but I'll try to help.
> What distro are you using ?
> Wayne
>=20
> "Jason A. Banico" wrote:
>=20
> > Hi. I just went through installing latest versions of Perl, Apache,
> > DBD-Pg and DBI. All were successful. I've ran the Apache and
PostgreSQL
> > servers. However, when accessing admin.pl, I still get the error
message
> > saying that I don't have any database drivers available. Is there
> > something else that I need to do?
> >
> > I'd appreciate any help.
> >
> > Thanks.
Hello wayne,
try this in the shell
perl -wle 'use DBI; use DBD::Pg'
if it errors out, you'll know what's missing.
Cheers,
Paulo
--=20
Paulo Rodrigues
Professional Services / MIS
pro...@vi...
VIA NET.WORKS Portugal
http://www.vianetworks.pt
local touch global reach
-------------------------
Sabe quem tem acesso =E0 rede da sua empresa?
http://security.vianetworks.pt/sig/
|