|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-08-22 06:19 UTC] emanuele dot lombardi at casaccia dot enea dot it
php 4.2.3-dev (dhp4-STABLE-200208220000) works properly used by APACHE 1.3.22 but not by Apache 2.0.40 (which without the "LoadModule php4_module modules/libphp4.so"
line in httpd.conf works perfectely)
Configuring php for apache-2.0.40 results in a
apache-2.0.40 not starting but issuing the following output:
Cannot load /usr/local/apache-2.0.40/modules/libphp4.so into server: dlopen: /usr/local/apache-2.0.40/modules/libphp4.so: symbol "__pthread_self" unresolved
I tried setting the LD_LIBRARY_PATH to /usr/slib which is where the libpthread.so is located, but the error still exists.
Can you help me?
Thanks from Italy,
Emanuele Lombardi
Hardware: COMPAQ Alpha server
OS: COMPAQ Tru64 Cluster 5.1A
cc: Compaq C V6.4-215 (dtk)
APACHE: 2.0.40 configured as follows:
./configure --prefix=/usr/local/apache-2.0.40 --enable-mods-shared=most
PHP4: php4-STABLE-200208220000 configured as follows:
./configure --with-mysql --with apxs2=/usr/local/apache-2.0.40/bin/apxs --with-pdflib=/usr/local/pdflib --with-jpg-dir==usr/lo
cal/lib --with-tiff-dir=/usr/local/lib --with-png-dir=/usr/local/lib --with-zlib-dir=/usr/local/lib --prefix=/usr/local/php4-STABLE-200208220000 --with-java=/usr/opt/java130
Please note that Apache-2.0.40 without php4 works very well.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 02:00:01 2025 UTC |
Solved! simply setenv CFLAGS -pthread before configuring and making both apache and php It worked with apache-2.0.40 php4-STABLE-200208220000 Hardware: COMPAQ Alpha server OS: COMPAQ Tru64 Cluster 5.1A 2nd patch cc: Compaq C V6.4-215 (dtk) Bye bye Emanuele Lombardi