|
From: Jason A. B. <ja...@te...> - 2001-10-16 12:16:24
|
Hi wayne. I have: SQL-Ledger v.1.6.7 Running with: Red Hat v.7.1. Perl v.5.6.1 Apache v.1.3.19 DBD-Pg v.1.01 DBI (available drivers: ADO, ExampleP, Multiplex, Pg) error_log says: Compilation failed in require at /usr/local/apache/sql-ledger/admin.pl line 104. Caught SIGTERM, shutting down. Apache/1.3.19 (Unix) configured -- resuming normal operations Error: No database drivers available What can you make of it? Anyone? -----Original Message----- From: wayne [mailto:inf...@ve...]=20 Sent: Tuesday, October 16, 2001 7:45 PM To: Jason A. Banico Cc: sql...@li... Subject: Re: Error looking for database drivers Hi Jason, I'm new at this too, but I'll try to help. What distro are you using ? Wayne "Jason A. Banico" wrote: > 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. |
|
From: Jason A. B. <ja...@te...> - 2001-10-16 13:19:42
|
No errors from that, Paulo... -----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/ |
|
From: Jason A. B. <ja...@te...> - 2001-10-16 13:43:52
|
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/ |
|
From: Dieter S. <dsi...@sq...> - 2001-10-16 17:41:02
|
The Oracle port is not activated yet. 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, 16 Oct 2001, Jason A. Banico wrote: > 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? |
|
From: Thomas G. <to...@ad...> - 2001-10-16 18:09:21
|
On Tue, 16 Oct 2001, Dieter Simader wrote: > The Oracle port is not activated yet. >=20 > Dieter Simader http://www.sql-ledger.org (780) 472-8161 >=20 > > Hi again. > >=20 > > 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? Sorry! I am swamped at the moment with my day job but I hope to finish my testing soon so Dieter can finish the Oracle port. He's done a great job and the code runs but we are trying to get the database administration module happy. Oracle is on the particular side, syntax-wise. -------------------------------------------------------------------- SVCMC - Center for Behavioral Health =20 -------------------------------------------------------------------- Thomas Good tomg@ { admin | q8 } .nrnet.org Programmer/Analyst Phone: 718-818-5528=20 Residential Services Mobile: 917-282-7359 =20 -------------------------------------------------------------------- /* Radio Aktivit=E4t: F=FCr dich und mich im All entsteht... */ -------------------------------------------------------------------- |
|
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/
|