From owner-freebsd-ports@FreeBSD.ORG Mon Feb 20 16:07:14 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 5B83B16A420 for ; Mon, 20 Feb 2006 16:07:14 +0000 (GMT) (envelope-from jdc@parodius.com) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CCE43D48 for ; Mon, 20 Feb 2006 16:07:13 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id B464C5E01; Mon, 20 Feb 2006 08:07:13 -0800 (PST) Date: Mon, 20 Feb 2006 08:07:13 -0800 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060220160713.GA71794@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <200602200852.47546.derrick@uniquestrength.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602200852.47546.derrick@uniquestrength.net> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 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 16:07:14 -0000 > 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... -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. |