From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 04:08:45 2004 Return-Path: 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 72EE816A4CF for ; Sun, 29 Aug 2004 04:08:45 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A28A43D5D for ; Sun, 29 Aug 2004 04:08:45 +0000 (GMT) (envelope-from mileskeaton@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so31418rnl for ; Sat, 28 Aug 2004 21:08:44 -0700 (PDT) Received: by 10.38.73.68 with SMTP id v68mr394994rna; Sat, 28 Aug 2004 21:08:44 -0700 (PDT) Received: by 10.38.79.80 with HTTP; Sat, 28 Aug 2004 21:08:44 -0700 (PDT) Message-ID: <59b2d39b04082821085bf676be@mail.gmail.com> Date: Sat, 28 Aug 2004 21:08:44 -0700 From: Miles Keaton To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: newest PHP port upgrade broke php5-mbstring-5.0.1 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Miles Keaton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 04:08:45 -0000 My portupgrade just took FreeBSD from 5.0 to 5.0.1 But unfortunately it seemed to break php5-mbstring-5.0.1 At startup and every time I try to run PHP I get this: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20040412/mbstring.so' - /usr/local/lib/php/20040412/mbstring.so: Undefined symbol "zif_mb_regex_encoding" in Unknown on line 0 Anyone heard of this problem or suggest a solution?