> so we cannot see the build args. how did you build httpd-2.0?
> /whereever/httpd-2.0/is/installed/httpd -V
Server version: Apache/2.0.40
Server built: Aug 15 2002 07:27:22
Server's Module Magic Number: 20020628:0
Architecture: 32-bit
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/opt/local/apache2"
-D SUEXEC_BIN="/opt/local/apache2/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
> > usethreads=define use5005threads=define useithreads=undef
> usemultiplicity=undef
>
> You need to build perl with -Duseithreads or without threads at all (if
> you aren't building a threaded mpm). Yours is built with
> -Duse5005threads, which won't work with mod_perl 2.0, since this perl
> threading model is deprecated. In any case for using the threaded mpms
> you need perl 5.8.0.
I'll upgrade perl - thanx.
--
Dave Smith
<[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]