perl.beginners
[Top] [All Lists]

Re: Configuring Apache::DBI in Apache2

Subject: Re: Configuring Apache::DBI in Apache2
From: Subhash
Date: Fri, 19 Oct 2007 01:22:05 -0000
Newsgroups: perl.beginners

On Oct 18, 5:03 pm, mwhip...@xxxxxxxxxxxxxx (Matthew Whipple) wrote:
> Subhash Chandran wrote:
> >  Hi
>
> > Can anyone help me to configure Apache::DBI to the Apache2 server.
> > System config:
> > OS  Windows XP
> > Perl  5.8.8
> > Apache  2.2.4
> > mod_perl: 2.0.3
> > Apache::DBI  1.06
>
> > I was able to make mod_perl and now the server is mod_perl enabled. But as
> > per the README in Apache::DBI if the httpd.conf is set as below
> > PerlModule Apache::DBI
> >                    the server doesnt start.  I get the following in the
> > error.log
> > [error] Can't load Perl module Apache::DBI for server abc:80, exiting..
>
> > Has anyone faced the same issue before. Please suggest
>
> > Thanks
> > Subhash
>
> Make sure that the module is in a proper path.  Can you load similar
> modules?

Yes Im not able to load other perl modules as well. The PERL5LIB path
is set using the following statements
PerlSetEnv PERL5LIB "C:\Perl\lib;C:\Perl\site\lib"

Even not able to call startup.pl.
Note: Had compiled mod_perl with the param EVERYTHING=1.


<Prev in Thread] Current Thread [Next in Thread>