From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 21:59:02 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 90F2B16A41F for ; Sun, 18 Dec 2005 21:59:02 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp103.sbc.mail.mud.yahoo.com (smtp103.sbc.mail.mud.yahoo.com [68.142.198.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 6024243D55 for ; Sun, 18 Dec 2005 21:59:01 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 78787 invoked from network); 18 Dec 2005 21:59:00 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.127.38.82 with plain) by smtp103.sbc.mail.mud.yahoo.com with SMTP; 18 Dec 2005 21:59:00 -0000 Message-ID: <43A5DBA1.3030001@sbcglobal.net> Date: Sun, 18 Dec 2005 13:58:57 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP startup error in 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: Sun, 18 Dec 2005 21:59:02 -0000 I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and php5-mysql-5.1.1. I see the following error messages every time I attempt to access a php page: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20 050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922-debug/mys ql.so" in Unknown on line 0 Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/l ib/php/20050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922- debug/mysql.so" PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20 050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922-debug/mys ql.so" in Unknown on line 0 Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/l ib/php/20050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922- debug/mysql.so" Could someone please let me know if I have configured something improperly or what I need to look for? Thanks in advance, Jose