From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 17:51:41 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 DA5E6106566C for ; Sat, 5 Jul 2008 17:51:41 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id AFE728FC1C for ; Sat, 5 Jul 2008 17:51:41 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 0C9635CB7; Sat, 5 Jul 2008 13:51:41 -0400 (EDT) X-Virus-Scanned: amavisd-new+ClamAV at codefab.com Received: from [192.168.1.3] (pool-96-224-166-247.nycmny.east.verizon.net [96.224.166.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTPSA id 66D485C3D; Sat, 5 Jul 2008 13:51:39 -0400 (EDT) Message-ID: <486FB49E.8080001@mac.com> Date: Sat, 05 Jul 2008 13:51:26 -0400 From: Chuck Swiger User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: kalin m References: <486B04D2.8050700@el.net> <991123400807012158s4a21a3ffya944aa279aa37fb4@mail.gmail.com> <486B0FC4.3090805@el.net> <991123400807012255n1d95ea03i9bfc95d401bf0cb8@mail.gmail.com> <486B2091.1060909@el.net> In-Reply-To: <486B2091.1060909@el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: users@httpd.apache.org, freebsd-questions@freebsd.org 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: Sat, 05 Jul 2008 17:51:41 -0000 kalin m wrote: [ ... ] > i suspect the apache so module...... but not really sure.... executing > php files on the cli is working fine to.. it must be the so... > httpd and php are supposed to just work together..... that's why core > dump without any messages is a bit weired..... "supposed to" is the key phrase. I've seen similar issues before; sometimes, rearranging the order that PHP modules get loaded helps. Otherwise, try deleting and re-building PHP and the extensions and all dependencies you need. This is something that the lang/php* & corresponding php*-extensions ports handle well... Regards, -- -Chuck