ID:               25337
 User updated by:  spunge at spunge dot org
 Reported By:      spunge at spunge dot org
-Status:           Open
+Status:           Closed
 Bug Type:         DOM XML related
 Operating System: Linux
 PHP Version:      4.3.3
 New Comment:

Recompiling Apache with pthread support fixed the problem -- thanks

For future reference, I use this to configure Apache now:
LIBS=-lpthread ./configure [configure options]


Previous Comments:
------------------------------------------------------------------------

[2003-09-01 11:17:53] spunge at spunge dot org

I haven't recompiled yet (not that far yet). Will give feedback once
that has been completed.

I am on a old Linux System. the glibc version is the 2.0 series
(2.0.7).

------------------------------------------------------------------------

[2003-09-01 11:11:49] [EMAIL PROTECTED]

This bug in glibc was supposed to be fixed in glibc 2.2 or later..which
version do you have?


------------------------------------------------------------------------

[2003-09-01 10:58:20] [EMAIL PROTECTED]

Then you need to recompile Apache to be linked with libpthread. This is
common problem with glibc/libpthread when the binary is not linked with
phtread but the loaded shared library (in this case libphp4.so ->
libxml2.so -> libphtread.so) is.

# cd /usr/src/apache_1.3.xx
# make clean
# LIBS=-lpthread ./config.status
# make
# make install

(if you still happen to have the configured apache sources there)


------------------------------------------------------------------------

[2003-09-01 10:07:24] spunge at spunge dot org

libXML Version: LibXML2 2.5.10

libxml2 is linked with libpthread, but apache doesn't appear to be.

------------------------------------------------------------------------

[2003-09-01 08:05:17] [EMAIL PROTECTED]

I wanted to know libxml version and is it linked with libpthread? Is
httpd linked with libpthread?


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/25337

-- 
Edit this bug report at http://bugs.php.net/?id=25337&edit=1

Reply via email to