Solaris 7
Apache 1.3.9
Mod_perl 1.21
Perl 5.005
After having no luck with configuring mod_perl as a DSO, I decided to compile it in
statically. When I do an httpd -l I see that mod_perl is compiled in. However the
web server errors (can't find, or misspelled) when it encounters any perl directive in
the httpd.conf. Any help would be great.
Details:
Mod_perl:
perl Makefile.PL \
APACHE_PREFIX=/export/home/dsimpson/apache_1.3.9-eapi \
APACHE_SRC=/export/home/dsimpson/apache_1.3.9-eapi/src \
DO_HTTPD=1 \
USE_APACI=1 \
PREP_HTTPD=1 \
EVERYTHING=1 \
Apache:
./configure \
--prefix=/opt/www \
--activate-module=src/modules/perl/libperl.a \
...
--
Miguel Navarro
[EMAIL PROTECTED]