When I run this under gdb I get the following code. It looks like a library problem but I have already installed all of the latest patches.
NETMAN2> /APACHE2.0 :/opt/langtools/bin/gdb --command=.gdb-commands_register HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.0 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. Breakpoint 1 at 0x89ffc: file main.c, line 365. Breakpoint 2 at 0x79c34: file mod_so.c, line 161. main (argc=8, argv=0x77ff0b34) at main.c:365 365 main.c: No such file or directory. 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. Breakpoint 3, ap_add_module (m=0x77a1c5c8, p=0x40016f80) at config.c:415 415 config.c: No such file or directory. --Adding symbols for shared library "/APACHE2.0/modules/mod_perl.so" Breakpoint 4 at 0x77aa0a34 Breakpoint 4, 0x77aa0a34 in modperl_register_hooks () from /APACHE2.0/modules/mod_perl.so Breakpoint 5 at 0x77aa02ac Breakpoint 6 at 0x77aa3f24 Breakpoint 7 at 0x77a9f81c Breakpoint 8 at 0x77a9fbf4 Breakpoint 9 at 0x77aadac8 Breakpoint 10 at 0x77aa72f8 Breakpoint 11 at 0x77aa4524 --Adding symbols for shared library "/usr/lib/libpthread.1" and it stop here.... forever... Dave -----Original Message----- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 4:19 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: > I am at the end of my line on this one. > > No matter how I compile up perl, apache and mod perl I cannot get apache2.x > to start. > It alway goes into a loop and take the httpd stack to 97%, only when mod perl > is loaded. For starters, send your httpd.conf, startup.pl and ./confiture and perl Makefile.PL lines to the list.