From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 05:19:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 006CD1065679 for ; Wed, 2 Jul 2008 05:19:04 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6C78FC0C for ; Wed, 2 Jul 2008 05:19:04 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 75448 invoked by uid 1008); 2 Jul 2008 06:22:29 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 2 Jul 2008 06:22:29 -0000 Message-ID: <486B0FC4.3090805@el.net> Date: Wed, 02 Jul 2008 01:19:00 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Odhiambo Washington , freebsd-questions@freebsd.org, users@httpd.apache.org References: <486B04D2.8050700@el.net> <991123400807012158s4a21a3ffya944aa279aa37fb4@mail.gmail.com> In-Reply-To: <991123400807012158s4a21a3ffya944aa279aa37fb4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: httpd php dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 05:19:05 -0000 there is no extensions.ini anywhere on this machine... a brand new one. httpd/logs/error_log has 6 lines in it. something about session cash (SSL) not configured... httpd runs fine without loading the php module.... Odhiambo Washington wrote: > Normally caused by one of the php extensions modules if you installed > them, which I believe you did. Take a look at > /usr/local/etc/php/extensions.ini and try commenting the modules one > by one and restarting apache until you find the culprit. Also look at > httpd-error.log for clues. > > ./Wash > > > > On 7/2/08, kalin m wrote: > >> ok... >> >> what to do? >> >> freebsd 7; httpd 2.2.9; php5.2.6 (or 5.1.2) >> >> >> if the line: >> LoadModule php5_module modules/libphp5.so >> >> is in the httpd.conf httpd dumps core. no matter which version of php. >> >> php was configured with just this : ./configure >> --with-mysql=/usr/local/mysql --with-apxs2=/etc/httpd/bin/apxs >> >> here is some relevant information: >> >> # gdb /etc/httpd/bin/httpd httpd.core >> GNU gdb 6.1.1 [FreeBSD] >> Copyright 2004 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and you are >> welcome to change it and/or distribute copies of it under certain >> conditions. >> Type "show copying" to see the conditions. >> There is absolutely no warranty for GDB. Type "show warranty" for details. >> This GDB was configured as "amd64-marcel-freebsd"... >> Core was generated by `httpd'. >> Program terminated with signal 11, Segmentation fault. >> Reading symbols from /lib/libm.so.5...done. >> Loaded symbols for /lib/libm.so.5 >> Reading symbols from /etc/httpd/lib/libaprutil-1.so.3...done. >> Loaded symbols for /etc/httpd/lib/libaprutil-1.so.3 >> Reading symbols from /etc/httpd/lib/libexpat.so.1...done. >> Loaded symbols for /etc/httpd/lib/libexpat.so.1 >> Reading symbols from /etc/httpd/lib/libapr-1.so.3...done. >> Loaded symbols for /etc/httpd/lib/libapr-1.so.3 >> Reading symbols from /lib/libcrypt.so.4...done. >> Loaded symbols for /lib/libcrypt.so.4 >> Reading symbols from /lib/libthr.so.3...done. >> Loaded symbols for /lib/libthr.so.3 >> Reading symbols from /lib/libc.so.7...done. >> Loaded symbols for /lib/libc.so.7 >> Reading symbols from /etc/httpd/modules/libphp5.so...done. >> Loaded symbols for /etc/httpd/modules/libphp5.so >> Reading symbols from /usr/local/mysql/lib/mysql/libmysqlclient.so.15...done. >> Loaded symbols for /usr/local/mysql/lib/mysql/libmysqlclient.so.15 >> Reading symbols from /usr/local/lib/libxml2.so.5...done. >> Loaded symbols for /usr/local/lib/libxml2.so.5 >> Reading symbols from /usr/local/lib/libiconv.so.3...done. >> Loaded symbols for /usr/local/lib/libiconv.so.3 >> Reading symbols from /lib/libz.so.4...done. >> Loaded symbols for /lib/libz.so.4 >> Reading symbols from /libexec/ld-elf.so.1...done. >> Loaded symbols for /libexec/ld-elf.so.1 >> #0 0x00000008004a8060 in ?? () >> [New Thread 0x801101120 (LWP 100329)] >> (gdb) >> >> >> # httpd -l >> Compiled in modules: >> core.c >> mod_authn_file.c >> mod_authn_default.c >> mod_authz_host.c >> mod_authz_groupfile.c >> mod_authz_user.c >> mod_authz_default.c >> mod_auth_basic.c >> mod_include.c >> mod_filter.c >> mod_log_config.c >> mod_env.c >> mod_headers.c >> mod_unique_id.c >> mod_setenvif.c >> mod_ssl.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_actions.c >> mod_userdir.c >> mod_alias.c >> mod_rewrite.c >> mod_so.c >> >> >> so... yea.... what to do? ?!? >> >> thanks... >> >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> > >