|
| Hello,
I installed and built apache 1.3(currently /usr/local/apache )
I then installed apache 2 via rpm
the apache 1.3 has PerlModule Apache::DBI in the httpd.conf and it
works fine
apache 2, i get the error
Invalid command 'PerlModule', perhaps mis-spelled or defined by a
module not included in the server configuration
i have these files on my system
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.pm
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Bundle/DBI.pm
/usr/lib/perl5/site_perl/5.8.0/Apache/Session/Store/DBI.pm
/usr/lib/perl5/site_perl/5.8.0/Apache/DBI.pm
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/Bundle/DBI.pm
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/DBI.pm
Do i have to do something special to tell apache 2 how to find the
DBI.pm
Thanks
|
|