From: [EMAIL PROTECTED] Operating system: FREEBSD 4.4-STABLE PHP version: 4.1.1 PHP Bug Type: *Compile Issues Bug description: Undefined symbol "pthread_getspecific"
Configured php4.1.1 (latest from snaps.php.net as of last night) with options --with-mysql --with-apxs2=/path/to/my/apxs . Configured, built and installed , but when running apachectl configtest / restart , I get this error. bash-2.05# apachectl configtest Syntax error on line 215 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: Undefined symbol "pthread_getspecific" However, I have rebuilt this after installing gnu portable threads from ports, and using the configure line as follows bash-2.05# ./configure --with-tsrm-pth --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs this builds and installs afterwards. Is this a bug in freeBSD threads , or a bug in php ? Thanks :) -- Edit bug report at http://bugs.php.net/?id=15684&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15684&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15684&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15684&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15684&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15684&r=support Expected behavior: http://bugs.php.net/fix.php?id=15684&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15684&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15684&r=submittedtwice
