Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2009 14:51:14 -0700 (PDT)
From:      Aflatoon Aflatooni <aaflatooni@yahoo.com>
To:        Glen Barber <glen.j.barber@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: php5 error in FreeBSD 7.2
Message-ID:  <580966.22805.qm@web56203.mail.re3.yahoo.com>
In-Reply-To: <4ad871310910021422x793e464s7fed54c4325fc182@mail.gmail.com>
References:  <71655.65913.qm@web56205.mail.re3.yahoo.com> <400246.26602.qm@web56204.mail.re3.yahoo.com> <4ad871310910021422x793e464s7fed54c4325fc182@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail





----- Original Message ----
> From: Glen Barber <glen.j.barber@gmail.com>
> To: Aflatoon Aflatooni <aaflatooni@yahoo.com>
> Cc: freebsd-questions@freebsd.org
> Sent: Friday, October 2, 2009 5:22:48 PM
> Subject: Re: php5 error in FreeBSD 7.2
> 
> Hi,
> 
> On Fri, Oct 2, 2009 at 8:50 PM, Aflatoon Aflatooni wrote:
> > So I did find a thread about this and the used the following solution to fix 
> the problem:
> >
> > - Edit /usr/ports/lang/php5/Makefile and add the following line to the 
> configuration arguments:
> > --with-pcre-regex
> >
> > So your Makefile should have:
> > CONFIGURE_ARGS= \
> >                 --with-layout=GNU \
> >                 --with-config-file-scan-dir=${PREFIX}/etc/php \
> >                 --disable-all \
> >                 --enable-libxml \
> >                 --with-libxml-dir=${LOCALBASE} \
> >                 --with-pcre-regex \
> >                 --enable-reflection \
> >                 --program-prefix=""
> >
> 
> Alternatively, installing devel/php5-pcre should do the trick.
> 
> HTH.
> 
> -- 
> Glen Barber

That is the first thing that I tried but it wouldn't work and therefore my original question. 





home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?580966.22805.qm>