From owner-freebsd-current@FreeBSD.ORG Sat Dec 20 11:44:52 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 EC07316A4E3 for ; Sat, 20 Dec 2003 11:44:51 -0800 (PST) Received: from pozo.com (pozo.com [216.101.162.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A73043E3E for ; Sat, 20 Dec 2003 11:39:21 -0800 (PST) (envelope-from null@pozo.com) Received: from sunpci.pozo.com ([192.168.0.208]) (authenticated bits=0) by pozo.com (8.12.10/8.12.10) with ESMTP id hBKIvcld015413 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sat, 20 Dec 2003 10:57:39 -0800 (PST) (envelope-from null@pozo.com) Message-Id: <6.0.1.1.2.20031220105606.035162e8@pozo.com> X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sat, 20 Dec 2003 10:57:36 -0800 To: Scott W From: Manfred Antar In-Reply-To: <3FE4928C.20606@mindcore.net> References: <3FE10932.9060807@mindcore.net> <3FE128CE.8000502@mindcore.net> <6.0.1.1.2.20031217201511.03590370@pozo.com> <3FE4928C.20606@mindcore.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: freebsd-current@freebsd.org Subject: Re: SOLVED 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: Sat, 20 Dec 2003 19:44:55 -0000 At 10:18 AM 12/20/2003, Scott W wrote: >Manfred Antar wrote: > >>At 08:10 PM 12/17/2003, Scott W wrote: >> >> >>>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 >>> >>> >>>_______________________________________________ >>>freebsd-current@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-current >>>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >>> >> >>I had problems when I compiled in mnogosearch with php4 >>Dumped core every time I tried to start apache. >>without it, no problem >>This is on a machine running 5.2 current i386 >>Manfred >> >>================================== >>|| null@pozo.com || >>|| Ph. (415) 681-6235 || >>================================== >>_______________________________________________ >>freebsd-current@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-current >>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> >> >Manfred- thanks, that appears at this point to have been the problem. >Also disabled IMAP support per someone else's comments, will see hopefully this weekend if it works for 'real use' now... > >Thanks, > >Scott Scott I'm using IMAP without a problem. Actually IMAP with SSL as I need both to use Horde Manfred ================================== || null@pozo.com || || Ph. (415) 681-6235 || ==================================