From owner-freebsd-ports@FreeBSD.ORG Mon Feb 20 17:14:09 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 C62C316A422 for ; Mon, 20 Feb 2006 17:14:09 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE99E43D53 for ; Mon, 20 Feb 2006 17:14:08 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (sccrmhc13) with ESMTP id <20060220171407013001ot5ce>; Mon, 20 Feb 2006 17:14:07 +0000 Received: from focus.uniquestrength.net (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 0F634114C4; Mon, 20 Feb 2006 12:05:54 -0500 (EST) From: Derrick To: freebsd-ports@freebsd.org Date: Mon, 20 Feb 2006 12:14:09 -0500 User-Agent: KMail/1.9.1 References: <200602200852.47546.derrick@uniquestrength.net> <20060220160713.GA71794@pentarou.parodius.com> In-Reply-To: <20060220160713.GA71794@pentarou.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602201214.09926.derrick@uniquestrength.net> Cc: Jeremy Chadwick Subject: Re: PHP issues 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, 20 Feb 2006 17:14:09 -0000 On Monday 20 February 2006 11:07, Jeremy Chadwick wrote: Thanks for the reply, I was using mod_php5 and apache 2.2 for about 1 month before this started happening. Starting up Apache, I get nothing in the error log. Mon Feb 20 12:04:27 2006] [notice] Digest: generating secret for digest authentication ... [Mon Feb 20 12:04:27 2006] [notice] Digest: done [Mon Feb 20 12:04:28 2006] [notice] Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.2 configured -- resuming normal operations If I revert back to apache21 will that solve be problem or is there a fix for apache22 around the corner? v/r Derrick > > I am having problems with PHP recognizing that it extensions compiled > > with it. Recently, I noticed that I could not interface with my mysql > > database through php script. After double checking the script variables, > > I used phpinfo() to see if the extensions were recongized. Some were > > there (bz2, ctype, date, dom, fileinfo, and gd). . I used the php5 > > extensions meta port to install the extensions. These are the extensions > > that are located in extensions.ini. I have reinstalled the extensions and > > apache22 several times with no joy. Can anyone help. > > My ideas with comments: > > This sounds like it could be an ldconfig issue. ldconfig framework > changed recently, specifically in regards to MySQL. Others on this list > should be able to chime in here with details on that. > > If you're building PHP as an Apache module: is PHP 5.1.2 even compatible > with Apache 2.2? APR changed (again, sigh) as of Apache 2.2, and many > third-party server modules no longer work. Is PHP part-of this list? > > Finally, is there anything in your Apache ErrorLog which helps? Missing > symbols would be a good indicator...