stop error 1 PHP5 install

I have been trying to install php5 from ports. I have upgraded my ports, and verified that all depends are current and up to date. Yet I keep getting stop errors.

I tried to install a newer version of libxml2 according intel's website. http://software.intel.com/en-us/art...r-linux-undefined-references-linking-libxml2/

This did not solve my problem. I tried make clean then make install clean. I even tried installing some ports that "might install libxml2 without a hitch?" I honestly don't know what to do. Here's the last bit of data output from the make install

Code:
../../.libs/libxml2.so: undefined reference to `pthread_equal'
gmake[3]: *** [xpath2] Error 1
gmake[3]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.7.8/doc/examples'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.7.8/doc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.7.8'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/textproc/libxml2.
*** Error code 1

Stop in /usr/ports/lang/php5.
*** Error code 1

Stop in /usr/ports/lang/php5.

(freebsd FreeBSD 6.4 stable)
 
# cd /usr/ports/lang/php5
# make rmconfig
# make install clean

If that does not work it may be that lang/php5 no longer compiles on FreeBSD 6.4 STABLE, it's end of life already and not supported anymore. Any reason you can't upgrade to 7.4 or 8.2?
 
Back
Top