>
> There would appear to be some stuff missing in the cleanup routines for
the
> latest Embperl. I am presently having to bounce my Apache everytime I
make
> a change to a .epl file or Embperl detects a syntax error:
>
> [Thu Nov 22 03:00:25 2001] [error] [4763]ERR: 24: Error in Perl code:
> Undefined subroutine called at
> /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/HTML/Embperl.pm line 745,
> <GEN26> line 6.
>
>
> sub CleanCallExecuteReq
>
> {
> $_[0] -> ExecuteReq ($_[1]) ;
> }
>
> There is no ExecuteReq function defined within the HTML::Embperl package
...
>
It's in the XS code and this function is the one that does the whole work.
If a error occurs in the C part of Embperl, that Perl can't assign to a file
and line, it gives Embperl.pm 745, because that's the last place where Perl
code was executed before the error.
First of all does "make test" work for you without problems ? If yes, please
try a very simple page with only HTML in it (no Perl code), if you don't get
the error here, then it's something within your page, if you get the error
even with this simple page, it's something with your configuration that
Embperl doesn't catch corectly.
Also it may help to set EMBPERL_DEBUG to 0x7fffffff and watch where the
error message shows up in embperl.log
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]