Hey!

I've been trying to compile apache together with mod_perl using this
configuration:

./configure --prefix=/home/httpd
--activate-module=src/modules/perl/libperl.a

I get several errors during the make where the compiler complains about
mod_perl reffering to undefined functions.

The INSTALL and README's for mod_perl are not easy to follow and I've been
trying to do them step by step, which is not easy when the document
is written poorly. It's hard to know what is "by-hand-installation" and
what is done automaticly.

I have compiled a lot of stuff staticly with Apache and they all work
fine, only mod_perl has given me problems.
Since I have these other modules I need as well, I can't use the Makefiles
for Apache that mod_perl creates when answering YES on the "Create
httpd" question.
I do not have LWP installed, but the configuration files said it wasn't
needed.

Did anybody compile Apache + mod_perl + other modules or have
documentation that is written for this specific purpouse (since the
INSTALL file that comes with mod_perl is totally insufficient)?

Thanks!

Reply via email to