This is the command line I use to compile httpd with ./configure --prefix=/APACHE2.0 --enable-modules-shared='rewrite so speling info ssl'
and here are some specs on the compiled httpd: apachectl -V Server version: Apache/2.0.54 Server built: Aug 12 2005 01:49:59 Server's Module Magic Number: 20020903:9 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 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/APACHE2.0" -D SUEXEC_BIN="/APACHE2.0/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" :apachectl -l Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c -----Original Message----- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 10:53 PM To: Lerchenfeld, David W. Cc: modperl@perl.apache.org Subject: Re: Apache 2.x hangs on HPUX 11.11 when attempting to use ModPerl Lerchenfeld, David W. wrote: > Breakpoint 2, load_module (cmd=0x77ff1028, dummy=0x77ff1254 "", > modname=0x40059578 "perl_module", > filename=0x40059588 "modules/mod_perl.so") at mod_so.c:161 > 161 mod_so.c: No such file or directory. > Breakpoint 3 at 0x80524: file config.c, line 415. At first glance, make sure your httpd's ./configure line contains --enable-so