On Oct 18, 5:03 pm, [EMAIL PROTECTED] (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. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/