[rt-users] Error starting Apache...
Olav Lindkjølen
olav.lind at online.no
Sat Feb 2 10:31:49 EST 2002
I think (i'm not a linux guru), i got Apache with mod_perl installed
correctly. How can I check this?
Anyway when I try to start up Apache i get the following error:
=======================Start error message
Starter httpd: Syntax error on line 750 of /etc/httpd/conf/httpd.conf:
Can't locate Apache/DBI.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl . /etc/httpd/ /etc/httpd/lib/perl) at (eval 4)
line 3.
[60G[[1;31mFEILET[0;39m]
=======================End error message
Heres the part I have inserted into my /etc/httpd/conf/httpd.conf:
=======================Start offending section
# Virtualhost rt2.lindconsult.no
<VirtualHost 192.168.1.1>
DocumentRoot /usr/local/rt2/WebRT/html/
ServerName rt.lindconsult.no
PerlModule Apache::DBI #<-----line 750
PerlFreshRestart on
PerlRequire /usr/local/rt2/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location
</VirtualHost>
=======================End offending section
Theres allso all sorts of other stuff in it that I dont understand.
Does anybody have a hint as to what might be wrong?
More information about the rt-users
mailing list