Problem getting new RT install to work with mod_perl2

I’m doing an RT install for a new customer. I’ve installed
RT many times before, but this is my first mod_perl2 install.

This is what I’m getting in the Apache errorlog:

[Fri Feb 10 01:01:24 2006] [notice] Apache/2.0.55 (Unix) mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.2 Perl/v5.8.6 configured – resuming normal operations
[Fri Feb 10 01:01:32 2006] [error] [client 10.136.147.56] Can’t locate object method “content_type” via package “Apache2::RequestRec” at /opt/rt3/bin/webmux.pl line 108.\n

Here is the relevant section from httpd.conf:

<VirtualHost *:80>
ServerName vrt.us.myroot
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl

<Location />
 SetHandler perl-script
 PerlHandler RT::Mason
</Location>

Any ideas? Thanks!

-Todd

I’m doing an RT install for a new customer. I’ve installed
RT many times before, but this is my first mod_perl2 install.

Is it safe to assume make test deps went ok?

I’m doing an RT install for a new customer. I’ve installed
RT many times before, but this is my first mod_perl2 install.

Is it safe to assume make test deps went ok?

Yes. :slight_smile:

I’m doing an RT install for a new customer. I’ve installed
RT many times before, but this is my first mod_perl2 install.

This is what I’m getting in the Apache errorlog:

[Fri Feb 10 01:01:24 2006] [notice] Apache/2.0.55 (Unix) mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.2 Perl/v5.8.6 configured – resuming normal operations
[Fri Feb 10 01:01:32 2006] [error] [client 10.136.147.56] Can’t locate object method “content_type” via package “Apache2::RequestRec” at /opt/rt3/bin/webmux.pl line 108.\n

Fixed. CGI.pm version 3.08 is needed for mod_perl2 compatibility.

-Todd