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
(freebsd FreeBSD 6.4 stable)
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.
(