CC: | Kurt Baker <kbb2 [...] psulias.psu.edu> |
Subject: | Solaris version check doesn't parse versions correctly |
We have run into a problem with the Apache::SizeLimit on Solaris 2.10.
Note that 2.10 is not > 2.6 so we receive the error below.
[Fri Jun 20 15:39:28 2008] [error] Apache::SizeLimit is not implemented
on your platform. at
if ( $Config{'osname'} eq 'solaris'
&& $Config{'osvers'} >= 2.6 ) {
*_platform_check_size = \&_solaris_2_6_size_check;
*_platform_getppid = \&_perl_getppid;
}