DETAILS BELOW:
$ cd HTML-Embperl-1.3.6
$ perl Makefile.PL
Build with support for Apache mod_perl?(y/n) [y]
Use ../apache_1.3.37/src as Apache source(y/n) [y]
Will use ~/lib/apache_1.3.37/src for Apache Headers
Apache Version Server version: Apache/1.3.37 (Unix)
+ found mod_ssl
[Fri Sep 1 12:49:2
Hi,
1.3.6 is not maintained anymore, so it don't suprises me that it doesn't
compile with Perl 5.8.8.
The best would be to upgrade to Embperl 2.2 . If this is not possible, you
should take a look at the line
> Embperl.c: In function `XS_HTML__Embperl_SetupRequest':
> Embperl.c:292: warning: ISO
Hi,
>I have a question regarding session management and %udat.
> when I installed embperl to new web site and used simple script:
>
> The page is requested [+ $udat{counter}++ +] times
>
> I get "The page is requested 0 times" and get new session
> every time when request this page.
>
> I
Hi,
This looks like escaping is not enabled, which might be in turn due to
problems parsing the httpd.conf. Could you run
make test TESTARGS="-h --cfgdebug"
This should show the httpd.conf parsing on the screen and the second part in
the test/tmp/httpd.err.log
Gerald