Httpd config problem

Hey dudes and dudettes…

I’ve got a slight problem… When I try to start httpd with this in my
httpd.conf:

<VirtualHost *>
ServerName cartman.uk.shazamteam.com
ServerAdmin jared.gabbay@shazamteam.com
DocumentRoot /opt/rt2/WebRT/html
#PerlModule Apache::DBI
PerlRequire /opt/rt2/bin/webmux.pl

SetHandler perl-script
PerlHandler RT::Mason

I get this:

[1]+ Exit 1 …/bin/httpd

[root@cartman conf]# tail …/logs/error_log
[Tue Apr 23 09:22:13 2002] [error] Can’t locate object method “boot” via
package “mod_perl::boot” at
/usr/lib/perl5/5.6.1/i386-linux/Apache/Constants.pm line 8.
Compilation failed in require at /usr/lib/perl5/5.6.1/i386-linux/Apache.pm
line 6.
BEGIN failed–compilation aborted at
/usr/lib/perl5/5.6.1/i386-linux/Apache.pm line 6.
Compilation failed in require at /usr/lib/perl5/5.6.1/CGI.pm line 161.
Compilation failed in require at /opt/rt2/bin/webmux.pl line 19.
BEGIN failed–compilation aborted at /opt/rt2/bin/webmux.pl line 19.
Compilation failed in require at (eval 2) line 1.

[Tue Apr 23 09:22:13 2002] [error] Can’t load Perl file:
/opt/rt2/bin/webmux.pl for server cartman.uk.shazamteam.com:0, exiting…

I cant seem to find any reference to this problem in the archives, nor in
the docs, so i wonder if anyone has any ideas?

Cheers,

            -j