On Thu, Mar 5, 2009 at 9:23 PM, Chen, Peter <[email protected]> wrote:
> Apache2::SizeLimit not implemented on solaris at yyyy/Apache2/SizeLimit.pm
> line 95.\nBEGIN failed--compilation aborted at /yyyy/Apache2/SizeLimit.pm
> line 98.\nCompilation failed in require at xxxx/htdocs/bugzilla/mod_perl.pl
> line 32.\nBEGIN failed--compilation aborted at
> xxxx/htdocs/bugzilla/mod_perl.pl line 32.\nCompilation failed in require at
> (eval 2) line 1.\n
SizeLimit works on Solaris versions after 2.6. Maybe this is just a
problem with the version check code:
$Config{'osname'} eq 'solaris'
$Config{'osvers'} >= 2.6
Can you see what your system has for those? perl -V will tell you.
- Perrin