Jie Gao wrote: > Hi All, > > perl-5.8.0 + mp1.99_10. > ----------------------- > > I am having problem trying to get /perl-status work. > > It bombs out in Status.pm at the following location: > > -------------------------------------------------------------------------- > if (eval {require Apache::Request}) { > $newQ ||= sub { Apache::Request->new(@_) }; > } > elsif (eval {require CGI}) { > $newQ ||= sub { CGI->new; }; > } > else { > die "Need CGI.pm or Apache::Request to operate"; > } > --------------------------------------------------------------------------

What CGI.pm version do you have? Make sure you update your CGI.pm to 2.93.

Do you have mod_perl with Apache::Request installed under the same perl tree?

In the future please don't reply to an unrelated thread, but start a new one by creating a new message, with a new subject, etc., rather than using 'reply'. Thanks.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to