[rt-users] Apache mod_perl/rt2 issue

Bill Petrisko bill at limelightnetworks.com
Wed Jul 18 22:02:47 EDT 2001


This probably is more of a mod_perl issue, and not a rt2 issue, but I
thought someone else might have run into this (or know how to fix it.)

New rt2 installation, with the following in my httpd.conf:

#rt2 stuff
<VirtualHost 208.0.0.0>
DocumentRoot /local/rt2/WebRT/html
ServerName rt2.xxxx.com
PerlModule Apache::DBI
PerlRequire /local/rt2/bin/webmux.pl
<Location />
 SetHandler perl-script
 PerlHandler RT::Mason
</Location>
</VirtualHost>

When trying to start apache, I get the following problem:

[root at unix conf]# /local/apache/bin/apachectl start
[Wed Jul 18 18:58:49 2001] [error] Can't locate object method "TIEHASH" via
package "Apache::Table" at
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/ApacheHandler.pm line 365.
Compilation failed in require at /local/rt2/bin/webmux.pl line 18.
BEGIN failed--compilation aborted at /local/rt2/bin/webmux.pl line 18.
Compilation failed in require at (eval 4) line 1.

Syntax error on line 963 of /local/apache/conf/httpd.conf:
Can't locate object method "TIEHASH" via package "Apache::Table" at
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/ApacheHandler.pm line 365.
Compilation failed in require at /local/rt2/bin/webmux.pl line 18.
BEGIN failed--compilation aborted at /local/rt2/bin/webmux.pl line 18.
Compilation failed in require at (eval 4) line 1.

/local/apache/bin/apachectl start: httpd could not be started


Any ideas?

thanks
bill









More information about the rt-users mailing list