From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 08:53:27 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 792B316A41F; Thu, 8 Sep 2005 08:53:27 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C0943D5E; Thu, 8 Sep 2005 08:53:23 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id AC4CB4A011A; Thu, 08 Sep 2005 01:54:36 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AFE37E10116; Wed, 07 Sep 2005 17:03:47 -0700 From: "Chris St Denis" To: "'Vizion'" , "'Kevin Kinsey'" Date: Wed, 7 Sep 2005 17:04:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <200509071032.15513.vizion@vizion.occoxmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcWz0wAJuyb+BJXzQ3GKocTeRHG+/gANaYzA Message-Id: <200509071703875.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000021e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: D7fe307e1011654c5.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] 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: Thu, 08 Sep 2005 08:53:27 -0000 Looks like you are mixing debug and non-debug builds of php. Do a port update to make sure your makefile is clean. Deinstall php and all of the modules. Reinstall php Reinstall the modules. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Vizion Sent: Wednesday, September 07, 2005 10:32 AM To: Kevin Kinsey Cc: freebsd-apache@freebsd.org; freebsd-questions@freebsd.org Subject: Re: php --with apache error log On Wednesday 07 September 2005 08:54, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: >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 I am sure you are right -- maybe there is something odd in the Makefile.. I wonder if the debug build version of xml.so and pcre.so are identical? Umph.. I will change the directories,as you suggest.. and see what happens - in the meantime I will make a bug report david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"