I'm running Apache/2.2.4 (Unix) mod_perl/2.0.3 Perl/v5.8.0 configured.

BEGIN in Apache2::SizeLimit has the code:

    die "Apache2::SizeLimit at the moment works only with non-threaded
MPMs"
        if Apache2::MPM->is_threaded();

Yet if I run:

%> perl
use Apache2::MPM;
print Apache2::MPM->is_threaded();

I get:

Can't locate object method "is_threaded" via package "Apache2::MPM" at -
line 2.

The site I am trying to install relies on a modperl startup script, and
it is failing because it cannot find the is_threaded method in
Apache2:MPM.

What am I missing?

Thanks
Mick

The information contained in this message may be confidential or legally
privileged and is intended solely for the addressee. If you have
received this message in error please delete it & notify the originator
immediately.
Unauthorised use, disclosure, copying or alteration of this message is
forbidden & may be unlawful. 
The contents of this e-mail are the views of the sender and do not
necessarily represent the views of the Institute. 
This email and associated attachments has been checked locally for
viruses but we can accept no responsibility once it has left our
systems.
Communications on Institute computers are monitored to secure the
effective operation of the systems and for other lawful purposes. 

Reply via email to