Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2009 13:50:45 -0700 (PDT)
From:      Aflatoon Aflatooni <aaflatooni@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: php5 error in FreeBSD 7.2
Message-ID:  <400246.26602.qm@web56204.mail.re3.yahoo.com>
In-Reply-To: <71655.65913.qm@web56205.mail.re3.yahoo.com>

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

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=""



Aflatoon

 


----- Original Message ----
From: Aflatoon Aflatooni <aaflatooni@yahoo.com>
To: freebsd-questions@freebsd.org
Sent: Friday, October 2, 2009 11:45:08 AM
Subject: php5 error in FreeBSD 7.2

Hi,
I am getting the following error in php5:

Internal pcre_fullinfo() error

I have tried rebuilding, but it doesn't seem to help. 

Thanks



      
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"






help

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