From owner-freebsd-apache@FreeBSD.ORG Sat Apr 16 11:44:32 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C8416A4CE for ; Sat, 16 Apr 2005 11:44:32 +0000 (GMT) Received: from hotmail.com (bay106-dav2.bay106.hotmail.com [65.54.161.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D4B43D3F for ; Sat, 16 Apr 2005 11:44:32 +0000 (GMT) (envelope-from supercat2002@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 16 Apr 2005 04:44:32 -0700 Message-ID: Received: from 65.54.161.210 by BAY106-DAV2.phx.gbl with DAV; Sat, 16 Apr 2005 11:44:32 +0000 X-Originating-IP: [65.54.161.210] X-Originating-Email: [supercat2002@hotmail.com] X-Sender: supercat2002@hotmail.com From: "John Song" To: Date: Sat, 16 Apr 2005 22:00:56 +1000 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-OriginalArrivalTime: 16 Apr 2005 11:44:32.0359 (UTC) FILETIME=[A7CC5770:01C54279] X-Mailman-Approved-At: Sat, 16 Apr 2005 12:22:41 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Apache can't start after upgrade PHP5, please help! X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 11:44:32 -0000 Hi, I'm not sure if i should post this message in this mailing list, = since i can't find any mailing list which is PHP related, i just want to = try my luck here. I've got FreeBSD 5.1 with apache 1.33 + php5.03 +mysql5.0.2 running for = almost a year with no problem, just recently i want to try to install = Mambo on my site, i tried to upgrade php-extensions, after that, i can't = get apache started. I've looked into the log, it says: ... PHP Warning: Function registration failed - duplicate name - = posix_getpwuid in Unknown on line 0 PHP Warning: Function registration failed - duplicate name - = posix_getrlimit in Unknown on line 0 PHP Warning: Function registration failed - duplicate name - = posix_get_last_error in Unknown on line 0 PHP Warning: Function registration failed - duplicate name - = posix_errno in Unknown on line 0 PHP Warning: Function registration failed - duplicate name - = posix_strerror in Unknown on line 0 PHP Warning: posix: Unable to register functions, unable to load in = Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library = '/usr/local/lib/php/20020429/simplexml.so' - Cannot open = "/usr/local/lib/php/20020429/simplexml.so" in Unknown on line = 0 PHP Warning: Unknown(): Unable to load dynamic library = '/usr/local/lib/php/20020429/dom.so' - Cannot open = "/usr/local/lib/php/20020429/dom.so" in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library = '/usr/local/lib/php/20020429/tidy.so' - Cannot open = "/usr/local/lib/php/20020429/tidy.so" in Unknown on line 0 ... I've tried to deinstall php5-extensions and it didn't help. then i tried to use php4 instead of php5(of coz uninstalled php5 first), = it worked for a while untill i found some of functions of my forums are = not working properly, i deinstalled php4 and reinstall php5 but it's NOT = working, still gives the same error log, now it doesn't even work when i = switch back to PHP4.=20 I'm really run out of ideas, i've googled, not much help. so I'm just = wondering if there is any one can help me, that'd be greatly = appreciated. Thanks in advance. John =20