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
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
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:
--