From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 20:10:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AD416A4CE; Wed, 17 Dec 2003 20:10:58 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F25643D45; Wed, 17 Dec 2003 20:10:56 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu162-234-100.nc.rr.com [24.162.234.100]) hBI4ArHG000051; Wed, 17 Dec 2003 23:10:54 -0500 (EST) Message-ID: <3FE128CE.8000502@mindcore.net> Date: Wed, 17 Dec 2003 23:10:54 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <3FE10932.9060807@mindcore.net> In-Reply-To: <3FE10932.9060807@mindcore.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Problem with mod_php4 and Apache 1.3.29 in CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 04:10:58 -0000 Scott W wrote: > Hey all...any advice appreciated, but it appears that mod_php4 as well > as the full lang/php4 in combination with apache manages to core > apache every time I've tried it. Recent cvsup from past week, along > with current as of a few hours ago today, rebuild of entire system, > apache, php4 and mod_php4 all have the same results- apache cores on > startup with the following stack trace: > > Script started on Wed Dec 17 20:50:48 2003 > You have mail. > freeb# gdb /usr/local/sbin/apachectl httpd httpd.core > GNU gdb 5.2.1 (FreeBSD) > This GDB was configured as "i386-undermydesk-freebsd"... > (no debugging symbols found)... > Core was generated by `httpd'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /lib/libcrypt.so.2...(no debugging symbols > found)...done. > Loaded symbols for /lib/libcrypt.so.2 > Reading symbols from /usr/local/lib/libexpat.so.4... > (no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libexpat.so.4 > Reading symbols from /lib/libc.so.5...(no debugging symbols > found)...done. > Loaded symbols for /lib/libc.so.5 > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > found)... > done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x28d8f8a0 in ?? () > (gdb) bt > #0 0x28d8f8a0 in ?? () > #1 0x281716ec in nsdispatch () from /lib/libc.so.5 > #2 0x2814b0b5 in getpwnam_r () from /lib/libc.so.5 > #3 0x2814b30b in getpwuid_r () from /lib/libc.so.5 > #4 0x2814b25b in getpwuid_r () from /lib/libc.so.5 > #5 0x2814b3d9 in getpwnam () from /lib/libc.so.5 > #6 0x08069638 in ap_uname2id () > #7 0x08054786 in init_config_globals () > #8 0x080549d1 in ap_read_config () > #9 0x0805e43a in standalone_main () > #10 0x0805ed1a in main () > #11 0x0804e4f2 in _start () > (gdb) q > uname -a > FreeBSD freeb.swtechnical.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue > Dec 16 19:18:17 EST 2003 > root@freeb.swtechnical.com:/usr/src/sys/i386/compile/SMP52 i386 > Script done on Wed Dec 17 20:51:15 2003 > > Removing the > LoadModule php4_module libexec/apache/libphp4.so > and > AddModule mod_php4.c > > lines from the httpd.conf file allows apache to run properly....not > that that helps much when you need to enable php ;-) > > Scott > Following up to myself ;-) It appears to have been one of the options selected for PHP install, although I'm unsure as to which yet...have stripped options/left at default for testing, and the default options do work w/apache....may need to do a few more builds to see if I can determine which option (or combination thereof) cause the issue w/use as an apache module... Scott