Dave Smith wrote: >>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.
So since you are using prefork you don't have to upgrade to 5.8.0, simply rebuild perl 5.6.1 without any threading enabled. (it'll also make your mod_perl and perl faster). But if it's for testing go with 5.8.0 of course, since it's mucho improved compared to 5.6.1. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
