Edmar Edilton da Silva wrote:
>     I still didn't solve the problem of the Apache::DBI. It can not be
> loaded into the apache's startup.pl file because happens a error during
> the starting of the apache, the child processes are not created. For
> using the Apache::DBI I had to add the "use Apache::DBI ()" code at the
> beginning of each perl script.

That will not work.  You have to load Apache::DBI before DBI, as it says
in the documentation.  You need to solve the problem you're getting when
putting Apache::DBI in your startup.pl.  What's the error?  Did you
compile your Apache/mod_perl from source?  Are you using DSO?

- Perrin

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

Reply via email to