[rt-users] Apache Error

Max Bowsher maxb at ukf.net
Wed Jan 14 12:31:05 EST 2004


Kevin Moran wrote:
> I am using mod_perl 1.99 (which I was told was mod_perl2).  I have run
> test dependencies and everything is fine.  I put the following in
> httpd.conf :
> 
> <VirtualHost XXX.XXX.XXX.XX:80>
>         ServerName sc-rt
>         DocumentRoot /opt/rt3/share/html
>         AddDefaultCharset UTF-8
> 
>         #PerlModule Apache2 Apache::compat
>         #PerlModule Apache::DBI

Why are these commented out?

>         PerlRequire /opt/rt3/bin/webmux.pl
> 
> <Location />
>         SetHandler perl-script
>         PerlHandler RT::Mason
> </Location>
> </VirtualHost>
> 
> I try to start httpd and I get the following error :
> 
> Starting httpd: [Wed Jan 14 12:03:45 2004] [error] Can't locate loadable
> object
> for module Apache::Constants in @INC (@INC contains: /opt/rt3/local/lib
...
> Compilation failed in require at /usr/lib/perl5/5.8.0/CGI.pm line 189.
> Compilation failed in require at /opt/rt3/bin/webmux.pl line 42.
> BEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line 42.
> Compilation failed in require at (eval 1) line 1.

Sounds like it could be the problem I posted about here:
http://lists.fsck.com/pipermail/rt-users/2003-October/018010.html

Max.




More information about the rt-users mailing list