Hi, I moved up to mod_perl cvs snapshot ( should have done this before I posted before as it fixed a header issue I was also having! D'oh! )
'make test' now passes everything except ModPerl-Registry/t/cgi-bin/r_inherited.pl didn't have execution set and thus one test failed ( This could just be my setup??). All tests passed after a chmod. CGI.pm version 3.04 modperl cvs snapshot gcc 3.2.2 Apache : 2.0.49 prefork This script causes a segfault because of the global cgio object : use CGI; my $cgio = CGI->new(); send_login(); sub send_login { print $cgio->header(); print "<html><body>hitest1</body></html>"; } If you pass cgio to send_login no segfault. I guess this was just sloppy coding on my part :~> Sorry for the noise if that's the case :> Thanks for your help, Simon. -- Simon Hollier Computer Services Northeast Health District --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]