> Here's one last error that seems to have popped up after upgrade to 5.6.0
>
> [58553]ERR: 24: Line 1: Error in Perl code: package 'vars' not registered
> for warnings at /usr/local/simplewire/wwwroot-site/index.html line 4
>
Does the line 4 of index.htm contain a [$ var $foo $bar ... $] ?
>
> my $rv= HTML::Embperl::Execute({
> inputfile => $fnam,
> output => \$out,
> param => $param,
> options => (HTML::Embperl::optReturnError +
HTML::Embperl::optDisableChdir +
> HTML::Embperl::optDisableFormData +
HTML::Embperl::optKeepSrcInMemory),
Try witho
I'm running Embperl 1.2.1, and calling it from a mod_perl handler
using the Execute call. I'm letting Embperl load up the pages and
cache them. However, it is not picking up changed pages unless I
restart Apache.
Is this a known problem ? Is there a fix ?
I tried running `apache -X', which do
Hi,
>
> make test TESTARGS="--gdb" crashes after
> loading... ok
> testing offline mode ...
> #0 asci... make *** [test_dynamic] Segmentation fault
>
in this case, run
make testgdb
then in gdb enter
r
-> test starts, you should receive the SIGSEGV
s
BT
and send me what you seen after the