Re: apache, perl and oracle

2001-11-28 Thread Leonard den Ottolander
Hello Ezra, > I need to set up apache to work with perl and oracle and I have no clue how to > do it. I know how to install apache and mod_perl (if at all needed), but not > how to connect it to oracle. Prebuilt rpm's for RedHat can be found via your local mirror. They are not

RE: apache, perl and oracle

2001-11-27 Thread Rodney Fulk
book goes into a little detail on how to install these into your system as well as Mod_perl and why you want to use it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ezra Nugroho > Sent: Tuesday, November 27, 2001 1:30 PM > To: [EMAIL

Re: apache, perl and oracle

2001-11-27 Thread mike
November 27, 2001 Use the Perl::DBI module (I think RedHat 7.1 included an RPM for it) and find a Perl DBD::Oracle module at your local CPAN site. Install and read their documentation. Regards, Mike Anderson On Tue, 27 Nov 2001, Ezra Nugroho wrote: > I need to set up apache to work with perl

apache, perl and oracle

2001-11-27 Thread Ezra Nugroho
I need to set up apache to work with perl and oracle and I have no clue how to do it. I know how to install apache and mod_perl (if at all needed), but not how to connect it to oracle. Can someone show me where I can start? A site or the name or perl modules to install? That will be well appre