[PHP-DEV] PHP 4.0 Bug #9214 Updated: Apache dumps core on startup

2001-02-11 Thread jmoore
ID: 9214 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Dynamic loading Assigned To: Comments: Bogusify it Previous Comments: --- [2001-02-11 15:08:14] [EMAIL PROTECTED] Yessir

[PHP-DEV] PHP 4.0 Bug #9214 Updated: Apache dumps core on startup

2001-02-11 Thread colitti
ID: 9214 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Dynamic loading Description: Apache dumps core on startup Yessir! I recompiled apache with -lpthread as you said and it's running fine. Thanks a million. Lorenzo Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9214 Updated: Apache dumps core on startup

2001-02-11 Thread rasmus
ID: 9214 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: Sounds like the normal glibc-2.1.x + libpthreads bug. If you recompile your Apache server and add -lpthreads to the LIBS line I bet this will go away. Previous Comments

[PHP-DEV] PHP 4.0 Bug #9214 Updated: Apache dumps core on startup

2001-02-11 Thread jmoore
ID: 9214 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: Does apache start when PHP is not enabled? Also try shuffling the order things are loaded in.. it is important in some cases although I do not know if th