From owner-freebsd-questions@FreeBSD.ORG Sun Sep 19 11:39:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0084916A4CE for ; Sun, 19 Sep 2004 11:39:38 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD7B43D31 for ; Sun, 19 Sep 2004 11:39:37 +0000 (GMT) (envelope-from nospam@illusionart.com) Received: from [192.168.1.100] (dsl081-061-217.dsl-isp.net [64.81.61.217] (may be forged)) (authenticated bits=0) by alpargata.net (8.12.10/8.12.10) with ESMTP id i8JBgVvj030516; Sun, 19 Sep 2004 06:42:32 -0500 (CDT) (envelope-from nospam@illusionart.com) In-Reply-To: <20040919104754.GB51161@happy-idiot-talk.infracaninophile.co.uk> References: <535FEA17-02B4-11D9-A03B-000A2791B6EC@illusionart.com> <20040910135111.GA50475@happy-idiot-talk.infracaninophile.co.uk> <414D141A.2050700@daleco.biz> <20040919104754.GB51161@happy-idiot-talk.infracaninophile.co.uk> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8D7A9D6D-0A30-11D9-AE0F-000A2791B6EC@illusionart.com> Content-Transfer-Encoding: 7bit From: Vonleigh Simmons Date: Sun, 19 Sep 2004 04:39:23 -0700 To: Matthew Seaman X-Mailer: Apple Mail (2.619) X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on alpargata.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: Apache+mod_ssl + mod_php segfault (culprit found!) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 11:39:38 -0000 Matthew Seaman wrote: >> It certainly seems that you are right as usual, Matthew. >> Removing "openssl.so" from /usr/local/lib/php/20020429 >> and restarting Apache works (no core dump!) Unfortunately this didn't work for me. Deleted the file and still apache dumps on me. > Try setting APACHE_PORT=www/apache13-modssl in your /etc/make.conf or > in the ENV[] section in /usr/local/etc/pkgtools.conf and recompiling > PHP and any PHP extensions. I did this as well. First I put the APACHE_PORT in /etc/make.conf, then I made deinstall apache, php and php4-extensions. Made clean on all of them. Then I reinstalled apache first, then php. Apache dumps on startup. Tried building the extensions, no change. However the starting it up, switching php on, then restarting still works (which is very lucky, as I need this up). I'm open to any other suggestions though, this has been very frustrating as my first experience with freebsd. Vonleigh Simmons