> On Thu, Sep 29, 2005 at 08:03:11PM +0200, Gerald Richter wrote:
> > > With that patch it's certainly better, in that the page actually
> > > produces some output, but that example I sent is still
> segfaulting
> > > for me:
> > >
> > > calix:~/tmp/embperl-object-execute$ embpexec.pl execute
>
> According to the docs setting EMBPERL_OPTIONS to 512
> "optDisableHtmlScan" should "disable html scan" but it
> doesn't seem to be working because I can get errors from
> Embperl about things like:
>
This was Embperl 1.
For Embperl 2 use
Embperl_Syntax EmbperlBlocks
In your httpd.conf
Hello,
I'm new to Embperl, and certainly to this list, so
pardon me if this question is silly or if it is not
structured as a proper request for help. I am pretty
experienced with mod_perl however, which is why my
goal is to turn-off almost all Embperl logic, except
for the parsing of [* *] blocks
Hi,
>
> With that patch it's certainly better, in that the page
> actually produces some output, but that example I sent is
> still segfaulting for me:
>
> calix:~/tmp/embperl-object-execute$ embpexec.pl execute.html
> 2 + 2 = 4
> Segmentation fault
> calix:~/tmp/embperl-object-execute
Hi,
>
> [EMAIL PROTECTED] temp]$ embpexec.pl emtest.html
> /usr/bin/perl: error while loading shared libraries:
> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/AP
> R/Request/Apache2/Apache2.so:
> undefined symbol: modperl_xs_sv2request_rec
>
You cannot use Apache function (like
Hi Gerald,
I am facing a problem. I am using Apache2.0.52 with mod_perl2 and embperl2.
When I use Apache2::Request to create a new object by Apache::Request->new.
This gives me segmentation fault and the child process died.
Now i execute the same code from command line using embpexec.pl it gives