From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:56:18 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 7616516A41F; Wed, 7 Sep 2005 15:56:18 +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 E35E143D46; Wed, 7 Sep 2005 15:56:13 +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 j87FsxPo055506; Wed, 7 Sep 2005 10:55:25 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431F0D49.5060206@daleco.biz> Date: Wed, 07 Sep 2005 10:54:49 -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> <431E16BF.20803@daleco.biz> <200509061540.09351.vizion@vizion.occoxmail.com> <200509061802.40643.vizion@vizion.occoxmail.com> In-Reply-To: <200509061802.40643.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=ISO-8859-1; 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: Wed, 07 Sep 2005 15:56:18 -0000 Vizion wrote: >I tried changing to : >extension_dir = //usr/local/lib/php/20041030 >but that made no difference --still got the same error: >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 >"/usr/local/lib/php/20041030-debug/xml.so" > >Puzzled > >david > > I suspect that a call to phpinfo() would reveal that you built a debug build? Never having done this myself, I can't say exactly what you'd want to do to fix it; however, an obvious kluge would be to create the directory it seems to want to have, and copy the object files to it. Kevin Kinsey