[PHP-DEV] PHP 4.0 Bug #9529 Updated: php4_module is garbled

2001-03-04 Thread sniper
ID: 9529 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: Yet another glibc + pthread bug..solved. --Jani Previous Comments: --- [20

[PHP-DEV] PHP 4.0 Bug #9529 Updated: php4_module is garbled

2001-03-03 Thread sniper
ID: 9529 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Assigned To: Comments: Is apache linked with libpthreads.so? ( ldd httpd ) If not, edit the apache makefile: apache_1.3.19/src/Makefile and add -lpthread into LIBS1: LIBS1= -lpthread

[PHP-DEV] PHP 4.0 Bug #9529 Updated: php4_module is garbled

2001-03-03 Thread sniper
ID: 9529 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: Was apache installed from RPM or compiled from sources? --Jani Previous Comments: --