From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 04:21:55 2006 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 92A3816A41F for ; Fri, 6 Jan 2006 04:21:55 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from skippyii.compar.com (webpos.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F8843D46 for ; Fri, 6 Jan 2006 04:21:54 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com [70.28.254.189]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id k064OHqN008282; Thu, 5 Jan 2006 23:24:18 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <00e501c61278$dc508dc0$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Gerard Seibert" , "FreeBSD Questions" References: <20060105200838.C684@seibercom.net> Date: Thu, 5 Jan 2006 23:21:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: Re: PHP5 Error Message 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: Fri, 06 Jan 2006 04:21:55 -0000 > I seem to be having a problem with PHP5. Running the following command > produces some rather strange output. > > $ php -v > PHP Warning: Module 'mysql' already loaded in Unknown on line 0 > PHP Warning: Module 'pcre' already loaded in Unknown on line 0 > PHP Warning: Module 'bz2' already loaded in Unknown on line 0 > PHP Warning: Module 'gd' already loaded in Unknown on line 0 > PHP Warning: Module 'openssl' already loaded in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20050922/pdf.so' - Cannot open > "/usr/local/lib/php/20050922/pdf.so" in U > nknown on line 0 > PHP Warning: Module 'zlib' already loaded in Unknown on line 0 > PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0 > PHP Warning: Module 'mbstring' already loaded in Unknown on line 0 > PHP 5.1.1 (cli) (built: Jan 5 2006 18:44:48) > Copyright (c) 1997-2005 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies > > It never produced this output before. What could be causing it and how do > I correct it? Take a look at $PREFIX/etc/php.ini and $PREFIX/etc/php/extensions.ini. You may have duplicate module entries. -- Matt Emmerton