[rt-devel] Odd Perl error

Philip Warner pjw at rhyme.com.au
Wed Mar 19 23:39:51 EST 2003


Forgot to mention I get this odd perl error with rt3:

     Syntax error on line 588 of /etc/httpd/httpd_acheron.conf:
     "args_method" is not exported by the HTML::Mason::ApacheHandler module
      "CGI" is not exported by the HTML::Mason::ApacheHandler module
     Can't continue after import errors at /usr/local/rt3/bin/webmux.pl line 47
     BEGIN failed--compilation aborted at /usr/local/rt3/bin/webmux.pl line 52.
     Compilation failed in require at (eval 60) line 1.

it's fixed by replacing:

     HTML::Mason::ApacheHandler->import( args_method => 'CGI' );
with
     use HTML::Mason::ApacheHandler;

(but I assume I could delete it).



----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|
                                  |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/




More information about the Rt-devel mailing list