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;
The posts also state that I can use this in httpd.conf:
PerlModule HTML::Embperl
I put this in httpd.conf and the server will not even start.
Also, when I try to test Embperl I get the following:
# make test
PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.6.0/i686-linux -I/usr/lib/perl5/5.6.0 test.pl
loading... ok
Testing offline mode...
ascii... make: *** [test_dynamic] Segmentation fault (core dumped)
I get this response from every machine that I have embperl built on.
Any suggestions as to where to look to solve this? "Solve this" means
getting rid of the segmentation faults.
Thanks,
James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]