Re: Three tier computing: suggestion needed for DBI connection.

2002-08-26 Thread Fabiàn R. Breschi
again, Fabian. Eric Cholet wrote: > --On Thursday, August 15, 2002 12:32:16 +0200 "Fabiàn R. Breschi" > <[EMAIL PROTECTED]> wrote: > > > After digging more docs, finally found for PG DBI: > > > > DBI:Pg:dbname=mydb;host=Ultra1;port=5432 > > > > q

Re: Three tier computing: suggestion needed for DBI connection.

2002-08-26 Thread Fabiàn R. Breschi
anted. Many thanks again, Fabian. Eric Cholet wrote: > --On Thursday, August 15, 2002 12:32:16 +0200 "Fabiàn R. Breschi" > <[EMAIL PROTECTED]> wrote: > > > After digging more docs, finally found for PG DBI: > > > > DBI:Pg:dbname=mydb;host=Ultra1;port=5432

Re: Three tier computing: suggestion needed for DBI connection.

2002-08-26 Thread Fabiàn R. Breschi
After digging more docs, finally found for PG DBI: DBI:Pg:dbname=mydb;host=Ultra1;port=5432 question 2 still there, thanks. Fabian. "Fabián R. Breschi" wrote: > Hello all, > > At the moment I'm running Apache 1.3.12+mod_perl 1.27 with PG 7.2.1 > via DBI-DBD on a SS5 Solaris 2.6 machine. > >

Re: looks like mod_perl installed, but I can't execute perl scripts

2002-08-25 Thread Fabiàn R. Breschi
I had a similar problem running mod_perl with Oracle9i; In my particular case, the solution was to declare the PERL5LIB env variable both at the OS side and inside httpd.conf as follows on the perl section: sentenv PERL5LIB [your PERL lib path]. Another issue was resolved by passenv PERL5LIB. Al