Ged,

This is what the make output shows... I've read the docs. Perhaps I need to try compiling mod_perl with a different method (I recall a build option with apxs, outside of the apache src tree).

o perl_module uses ConfigStart/End
      + mod_perl build type: DSO
      + setting up mod_perl build environment
      + id: mod_perl/1.27
      + id: Perl/v5.8.0 (freebsd) [/usr/local/bin/perl]

Here are the makepl flags I have thus far:

USE_DSO=0
DYNAMIC=0
USE_APACI=1
APACHE_PREFIX=/usr/local/apache
APACHE_SRC=../apache_1.3.27/src
DO_HTTPD=1
EVERYTHING=1
ALL_HOOKS=1
PERL_SSI=1
PERL_SECTIONS=1
APACI_ARGS=--with-perl=/usr/local/bin/perl
APACI_ARGS=--enable-module=rewrite
APACI_ARGS=--enable-module=include
APACI_ARGS=--enable-module=info
APACI_ARGS=--enable-module=usertrack
APACI_ARGS=--server-gid=nogroup
APACI_ARGS=--suexec-docroot=/usr/local/apache/htdocs
APACI_ARGS=--enable-module=most
APACI_ARGS=--enable-module=auth_db
APACI_ARGS=--enable-module=mmap_static
APACI_ARGS=--enable-shared=max
APACI_ARGS=--enable-module=ssl
APACI_ARGS=--enable-rule=SHARED_CORE
APACI_ARGS=--activate-module=src/modules/dosevasive/libdosevasive.a




Reply via email to