From owner-freebsd-questions@FreeBSD.ORG Fri Oct 2 20:50:46 2009 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 7D8A71065670 for ; Fri, 2 Oct 2009 20:50:46 +0000 (UTC) (envelope-from aaflatooni@yahoo.com) Received: from web56204.mail.re3.yahoo.com (web56204.mail.re3.yahoo.com [216.252.110.213]) by mx1.freebsd.org (Postfix) with SMTP id 250578FC25 for ; Fri, 2 Oct 2009 20:50:45 +0000 (UTC) Received: (qmail 27375 invoked by uid 60001); 2 Oct 2009 20:50:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1254516645; bh=xUy4lkuw7Ba0tXNNcPi7E+iC8NntpBu0TQF54r5yY/E=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=SouNRjr3hoNYkvORyXLLr/5gxpLH4aZvhVtynEeDott1L3PkJwZI6R8RYtTi4OvrnTCykzumE+fabJpuatiw7lmnjkN9S1QwWOMqKX8+/v+opw9R9OYQlGmhhRYrrV5kBGqcOk43i/k1OZIClbGyWeRad+Qws+T9nPWVeXAt8z8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=1+P843e7RSQv95Y+36K+x7+niydyfCDCbgcC9/HI7SGrM8A+fWhC3EhwK32vZH6VVsNtxiy34s4jg7aUNGIapX6EoemOnaEyTei7AljQfo54EVR6Mg0SXNbMPF+geQgq6NWIaIiosrZmLzQPMyWfUnojngHryic2BhZKG095e3Y=; Message-ID: <400246.26602.qm@web56204.mail.re3.yahoo.com> X-YMail-OSG: GisvsL8VM1nqDxulWWAZpxqGd7eFN96B2alps5IRDFhNJqu3IW2vyKzjl8taKgxZ0pKZBPm2749kKKznyo3zUIR5I7r.a6ZO8nz7BgoNjcgEBV7lfRFGgFMWp6NcA2Yu4fLLmUFZLrUJzXREiefnNDVpfQM2fP3sAH62EWfp9mL7QYQEjunjn4YbqqQ4D8g9IlrMllwgdNwuuQrKQCQxw_MNm1NfHqbGgTeZ.c7PbD_aNm6JsYzLPi5c9jVd4J.iG2XYrUUAuDgHMIU5tnc.m0im9eQ9_4FAJvptwxZ5ESPSWMU2IPSBRP8EEmq1JSALvTobAKZrFZsscTDV5KmzQx7Oqvo_y22rP8IEezV3.7f0DnFbZXlqEBOfZDWiepV2HbxbNd43wDm9SP5.vuSaHyQ6dmBrIBKU0fdxmAE9fS0774wDAskk Received: from [67.204.54.15] by web56204.mail.re3.yahoo.com via HTTP; Fri, 02 Oct 2009 13:50:45 PDT X-Mailer: YahooMailRC/157.18 YahooMailWebService/0.7.347.3 References: <71655.65913.qm@web56205.mail.re3.yahoo.com> Date: Fri, 2 Oct 2009 13:50:45 -0700 (PDT) From: Aflatoon Aflatooni To: freebsd-questions@freebsd.org In-Reply-To: <71655.65913.qm@web56205.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: php5 error in FreeBSD 7.2 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: Fri, 02 Oct 2009 20:50:46 -0000 So I did find a thread about this and the used the following solution to fi= x the problem:=0A=0A- Edit /usr/ports/lang/php5/Makefile and add the follow= ing line to the configuration arguments:=0A--with-pcre-regex=0A=0ASo your M= akefile should have:=0ACONFIGURE_ARGS=3D \=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 --with-layout=3DGNU \=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 --with-config-file-scan-dir=3D${PREFIX}/etc/php \=0A=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 --disable-all \=0A=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 --enable-libxml \=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 --with-libxml-dir=3D${LOCALBASE} \=0A=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 --with-pcre-regex \=0A=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 --enable-reflection \=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 --program-prefix=3D""=0A=0A=0A=0AAflatoon=0A=0A=A0=0A=0A= =0A----- Original Message ----=0AFrom: Aflatoon Aflatooni =0ATo: freebsd-questions@freebsd.org=0ASent: Friday, October 2, 2009 1= 1:45:08 AM=0ASubject: php5 error in FreeBSD 7.2=0A=0AHi,=0AI am getting the= following error in php5:=0A=0AInternal pcre_fullinfo() error=0A=0AI have t= ried rebuilding, but it doesn't seem to help. =0A=0AThanks=0A=0A=0A=0A=A0 = =A0 =A0 =0A_______________________________________________=0Afreebsd-questi= ons@freebsd.org mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo/fr= eebsd-questions=0ATo unsubscribe, send any mail to "freebsd-questions-unsub= scribe@freebsd.org"=0A=0A=0A=0A