From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 10:15:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDC316A481 for ; Mon, 5 Jun 2006 10:15:07 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 3439A43D5C for ; Mon, 5 Jun 2006 10:15:05 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: (qmail 76994 invoked by uid 89); 5 Jun 2006 10:14:06 -0000 Received: from unknown (HELO ?127.0.0.1?) (iavor.raytchev@verysmall.org@80.108.248.173) by thing.verysmall.org with SMTP; 5 Jun 2006 10:14:06 -0000 Message-ID: <44840419.6050707@verysmall.org> Date: Mon, 05 Jun 2006 12:14:49 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jakob Breivik Grimstveit References: <448341B0.4090008@verysmall.org> <20060605012100.00b3273f@corona.grimstveit.no> In-Reply-To: <20060605012100.00b3273f@corona.grimstveit.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: php 5.1.4 crashes apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 10:15:07 -0000 Jakob Breivik Grimstveit wrote: > pobox@verysmall.org wrote on Sun, 04 Jun 2006 22:25: > >> FreeBSD 5.4 >> Apache 1.3.36 >> >> php 5.1.4 built from ports crashes apache in a very strange way - >> 'apachectl start' reports that httpd has started, but it has not (i. e. >> 'stop' says that there is no such pid). >> >> portdowngrade to the last 5.1.2 solves the problem and everything builds >> perfectly. > > You may try to experiement with commenting out (using ;) one line at a time > in /usr/local/etc/php/extensions.ini and see whether you can find the > offending extension by starting Apache till you "get it up". I have had > serious problems with php-mysql (mysql5) and php-imap (which I have never > been able to get to work) myself. > > My system: FreeBSD 6.1-RELEASE, Apache/2.0.58, PHP 5.1.4 Thanks a lot! As php 5.1.4 had a series of difficulties, I thought this is one of them. Will test. Thanks! Iv.