From owner-freebsd-questions@FreeBSD.ORG Thu May 20 23:59:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49321065670 for ; Thu, 20 May 2010 23:59:33 +0000 (UTC) (envelope-from prvs=07497d6479=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE3D8FC18 for ; Thu, 20 May 2010 23:59:33 +0000 (UTC) Received: (qmail 18825 invoked from network); 20 May 2010 23:32:51 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 20 May 2010 23:32:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:cc:mime-version:content-type:content-transfer-encoding; s=k1005; olt=johnl@user.iecc.com; bh=5QW10KA3NDhQrZ/DNE5PAcdeTxTohGO2G1twOGL/+ow=; b=ViRnNi8LZdJNHoB1mArAUtr5l1nQ9TEQ+bkauDSFfkklhPy94/Tk6OehMCeBhuann/tgDNL8zc6CFs3bp+1fSo0wNFcSqAVGmwOvrDLoc547olHVpZREqZX3K47TiTUxQmjgl6YBdZx41x8k8WrsHLuiFVtjRVc956xYnsSlIII= Date: 20 May 2010 23:32:51 -0000 Message-ID: <20100520233251.51337.qmail@joyce.lan> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: zszalbot@gmail.com Subject: Re: PHP upgrade fails 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, 20 May 2010 23:59:33 -0000 > 1) Delete the following packages (if installed): > - php5-dbase > - php5-ncurses > - php5-pcre > - php5-spl > - php5-ming > - php5-mhash > >and then I tried to rebuild php port. > >However, php is not working and the ports cannot be updated. Try reinstalling php5-extensions, which should rebuild all the ones that need to be rebuilt. The error messages from PHP should give you a hint which libraries it's looking for. R's, John