> PerlModule HTML::Embperl

This line loads Embperl at startup, remove it!

>
> I could also build embperl staticly, maybe that helps.

This will surly solve a lot of problems.

> But a quick
> try some minutes ago with just recompiling mod_perl with
> USE_DSO=0 and configuring apache with --disable_shared=perl was
> not successful. The configure script told me of mod_perl
> buildtype being OBJ, but I could not start the server afterwards
> because it complained about not knowing those PerlSetEnv and
> PerlModule lines above. Any ideas about that?
>

Try to run Makefile.PL with the following parameters (change the directories
of course):

APACHE_SRC=/usr/src/packages/apache_1.3.9_mp/src
USE_APACI=1
DO_HTTPD=1
APACHE_PREFIX=/usr/local/apache

then type

make

and

make install

and you should have a new httpd in /usr/local/apache/bin

Gerald

Reply via email to