From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:24:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EAF8716A41F; Tue, 6 Sep 2005 22:24:31 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804E643D48; Tue, 6 Sep 2005 22:24:21 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j86MN78k049827; Tue, 6 Sep 2005 17:23:32 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431E16BF.20803@daleco.biz> Date: Tue, 06 Sep 2005 17:22:55 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200509061501.27839.vizion@vizion.occoxmail.com> In-Reply-To: <200509061501.27839.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: Re: php --with apache error log 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: Tue, 06 Sep 2005 22:24:32 -0000 Vizion wrote: >Hi >It seems that php is looking for a directory 20041030-debug when there is only >a directory 20041030. > >Here is the output from http-error.log > >Is this a config error? > >Does anyone know foe to fix the problem? > >Help appreciated > >david >---- >Quote from log: >----------------- >[Tue Sep 06 14:26:20 2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 >configured -- resuming normal operations >Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >"/usr/local/lib/php/20041030-debug/pcre.so" >Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open > > Try adjusting the value for "extension_dir" in the appropriate php.ini file. Note that this has moved, I think, from /usr/local/lib/php/php.ini to /usr/local/etc/php.ini for most installations. HTH, Kevin Kinsey