> -----Original Message-----
> From: Edmar Edilton da Silva [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 01, 2000 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: Order of Installation!!!
> 
> 
>     Hi all,
>         I have installed on my machine the following modules:
> apache 1.3.12-2
> mod_perl 1.21-10
> DBI 1.13-1
> DBD::Oracle 1.03
> Apache::DBI 0.86-1

looks like you are using RPMs?  take a look at
http://perl.apache.org/guide/install.html#A_word_on_mod_perl_RPM_packages

> 
>     The problem is that when I run a perl script under mod_perl, the
> response time is almost the same than the response time of the same
> script being ran without the mod_perl module. And I know that mod_perl
> was correctly installed. 

you sure about that?

http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_


> Another problem is that I can not 
> open database
> connections when the WWW server starts because happen an error in the
> child processes of the apache. 

if you are using RedHat RPMs with Apache::DBI there was a problem with the
dist from 6.0 or 6.1 (or 6.2 - call it all of 6 :)

try to boil it down some - make sure that DBI works outside of apache, then
read the Apache::DBI docs and look into whether it is caching your
connections, then try to open connections with connect_on_init...

HTH

--Geoff

> I think can there is some 
> problem in the
> installation or configuration of the modules.
> Did the order for installing of the modules do any difference?
> If someone help me will be very appreciated. Thanks...
> 
> --
> ________________________________________________
>             Edmar Edilton da Silva
>     Bacharel em Ciência da Computacão - UFV
>   Mestrando em Ciência da Computacão - UNICAMP
> ________________________________________________
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to