On Wed, 15 Nov 2000, James Lee wrote:

> Embperl is working fine in that it is building the web pages as I would
> expect it to.  However, I see this line in my log file for every page
> that uses Embperl:
> 
>     [Wed Nov 15 11:33:55 2000] [notice] child pid 18819 exit signal Segmentation 
>fault (11)
> 
> I have read the FAQs and many previous postings on this issue.  It seems
> that they all say to load HTML::Embperl during startup, which I do with
> this in my startup.pl:
> 
>     use Apache();
>     use Apache::Registry();
>     use Apache::Constants();
>     use HTML::Embperl;
>     use CGI qw(-compile :all);
>     use CGI::Carp();
>     1;
[ ... ]

If you take out the use of CGI::Carp, does it still do this?
There were some problems with CGI::Carp and perl-5.6.0
that were discussed some time ago on the mod_perl mailing
list; a search of the mod_perl mailing list archive should 
turn up a link to a patch to the perl sources for this.

best regards,
randy kobes


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to