From:             aleksey dot ovcharenko at gmail dot com
Operating system: FreeBSD 6.1-RELEASE-p7
PHP version:      5.2.0
PHP Bug Type:     Compile Failure
Bug description:  PHP configuration failed while libxml2 compiled with pthreads.

Description:
------------
Maybe it somehow related to issue #31256?

I tried to build php5.2-200611160730 snapshot, but configure failed with
same error as bellow.

Reproduce code:
---------------
Simply try to build lang/php5 port that depends on libxml2
where libxml2 is build with threads-support.

Expected result:
----------------
I expect the configure phase to complete successfully.

Actual result:
--------------
configure:27639: cc -o conftest -O2 -fno-strict-aliasing -pipe
-march=athlon-xp   -R/usr/local/lib -L/usr/local/lib conftest.c

         -lm  -lxml2 -lz -liconv -lm >&5
/usr/local/lib/libxml2.so: undefined reference to `pthread_equal'
configure:27642: $? = 1
configure: program exited with status 1

-- 
Edit bug report at http://bugs.php.net/?id=39528&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39528&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39528&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39528&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39528&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39528&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39528&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39528&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39528&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39528&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39528&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39528&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39528&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39528&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39528&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39528&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39528&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39528&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39528&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39528&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39528&r=mysqlcfg

Reply via email to