On Mon, 30 Oct 2000, Michael J. Freeman wrote:
 
> I am trying to get a CGI to run under mod_perl and am getting weird
> errors. This CGI trys to use the GD module to create dynamic png's on
> demand (14all.cgi for RRDtool/MRTG-2) and everytime I run it under
> mod_perl I get errors like this:
> 
> [Mon Oct 30 13:05:08 2000] [notice] child pid 336 exit signal Segmentation
> Fault
>  (11)
> libpng error: Application must be recompiled; version 1.0.6 was
> incompatible
> 
> When I run it normally with Apache, I get no errors.

Part of the further information that would be helpful is if
the cgi script run under normal Apache (where it works) is 
using the same perl binary as that with which mod_perl was 
built with.

best regards,
randy kobes

Reply via email to