From: dcimafonte at yahoo dot it Operating system: Compaq Tru64 5.1A PHP version: 4.3.7 PHP Bug Type: Apache2 related Bug description: Cannot run apache's php module when php is compiled with oracle support
Description: ------------ OS: Compaq Tru64 Unix 5.1A WebServer: Apache 2.0 Hello, I compiled php 4.3.7 with Oracle support, and installed it successfully, but when I run Apache 2.0 it gives me the following error message (that won't appear when I compile without oracle support): Cannot load /common/apache/modules/libphp4.so into server: dlopen: libpthread.so: symbol "pthread_setcancelstate" unresolved Can you guess why? Reproduce code: --------------- ./configure --prefix=/user/dw/dwcvs/local --with-apxs2=/common/apache/bin/apxs --with-oci8 make make install cd /common/apache/bin apachectl start Expected result: ---------------- apache running Actual result: -------------- apache won't start. In error_log this message appears: Cannot load /common/apache/modules/libphp4.so into server: dlopen: libpthread.so: symbol "pthread_setcancelstate" unresolved -- Edit bug report at http://bugs.php.net/?id=28896&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28896&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28896&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28896&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28896&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28896&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28896&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28896&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28896&r=support Expected behavior: http://bugs.php.net/fix.php?id=28896&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28896&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28896&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28896&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28896&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28896&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28896&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28896&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28896&r=float