I upgraded to PHP 5.3.3 and found that pcre has been included into PHP5 instead of being a separate add on in the BSD ports/pkg_src collection. This caused a couple of problems when I tried to upgrade all the modules I was using on FreeBSD 7.3.
I had to force an extra include path so it could find the pcre.h file that was missing.
# cd /usr/ports/archivers/php5-zip/
# make install CFLAGS=-I/usr/local/include
I did the same thing for php5-filter
# cd /usr/ports/security/php5-filter/
# make install CFLAGS=-I/usr/local/include
I expect they will fix the ports before too long.
No comments:
Post a Comment