From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 12:01:48 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 AD394106567C for ; Fri, 11 Apr 2008 12:01:48 +0000 (UTC) (envelope-from jmc-freebsd@milibyte.co.uk) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.freebsd.org (Postfix) with ESMTP id 419768FC2E for ; Fri, 11 Apr 2008 12:01:43 +0000 (UTC) (envelope-from jmc-freebsd@milibyte.co.uk) Received: from [84.92.153.232] (helo=kestrel.milibyte.co.uk) by ptb-relay03.plus.net with esmtp (Exim) id 1JkHwi-00023f-Af; Fri, 11 Apr 2008 13:01:38 +0100 Received: by kestrel.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1JkHwg-000KQI-1c; Fri, 11 Apr 2008 13:01:30 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Fri, 11 Apr 2008 13:01:29 +0100 User-Agent: KMail/1.9.7 References: <200804111152.57058.jmc-freebsd@milibyte.co.uk> <200804111327.54707.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200804111327.54707.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804111301.29913.jmc-freebsd@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd@milibyte.co.uk X-SA-Exim-Scanned: No (on kestrel.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: bdf1d4c66864b3cfd3390cd932f9b380 Cc: Mel Subject: Re: Apache - warnings in httpd-error.log about duplicate definitions 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: Fri, 11 Apr 2008 12:01:48 -0000 On Friday 11 April 2008, Mel wrote: > On Friday 11 April 2008 12:52:56 Mike Clarke wrote: > > Every time I start up Apache (1.3.41) on my 6.3 system I get lots > > of warnings in httpd-error.log about duplicate definitions of > > constants and functions. [snip] > So... > How did you get php4 and php5 to install simultaniously? Oops, I really should have spotted that. The php5 packages crept in some time ago when I tried upgrading Apache to 2.x. The Apache upgrade ran into problems so I backed it out but somehow missed a few php5 packages, they must have just sat there having no effect until Apache got rebuilt in the later portupgrade. I've now deinstalled the php5 packages and that's fixed it. Thanks for pointing it out to me -- Mike Clarke