From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 14:59:12 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A1B106566B; Wed, 14 Apr 2010 14:59:12 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [38.99.187.35]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0BB8FC15; Wed, 14 Apr 2010 14:59:12 +0000 (UTC) Received: from [172.16.10.199] (unknown [172.16.10.199]) by mail.intertainservices.com (Postfix) with ESMTPA id 8BC18564D9; Wed, 14 Apr 2010 10:59:10 -0400 (EDT) Message-ID: <4BC5D83A.7020200@intertainservices.com> Date: Wed, 14 Apr 2010 10:59:06 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Alex Dupre References: <4BC4F1A4.5050505@intertainservices.com> <4BC55C7C.7090302@FreeBSD.org> In-Reply-To: <4BC55C7C.7090302@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 8BC18564D9.AE755 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: ports@freebsd.org Subject: Re: php 5.3 (cant compile php5-mbstring since upgrade) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 14:59:12 -0000 On 4/14/2010 2:11 AM, Alex Dupre wrote: > Mike Jakubik ha scritto: >> I've updated my php to 5.3 as instructed in the UPDATING file, however i >> can not compile php5-mbstrings, it cant find pcre headers (this is >> supposedly in the base dist now, so i deleted the old php5-pcre port it >> as instructed). > > Please, if you don't follow the UPDATING file (or if you follow in the > reverse order), don't say you have followed it :-) > > If you have problems with pcre headers, it means you have updated php5 > and then removed php5-pcre. To fix it, simply rebuild php5 again and > continue. > You got me :) I guess i was feeling a little dyslexic yesterday. Thanks!