[EMAIL PROTECTED] wrote:
> 
> Full_Name: Martin Sperl
> Version: 2.6.4
> OS: Linux
> Submission from: (NULL) (212.236.30.66)
> 
> I have got a problem starting Apache with SSL and PHP support. (Child
> segfaults)
> As I have read already the FAQ's i know that there are problems...
> 
> The thing is that PHP compiled without the --with-oracle=...
> works perfectly fine, but with oracle support apache segfaults...
> 
> Has anybody else experienced this thing? Is there a fix?

Are you using PHP as dso? 
If so, try to relink your apache adding -lpthread to LDFLAGS.

The problem here is that a executable that is *not* linked against
-lpthread cannot load a shared library that is linked against -lpthread.
(PHP with oracle - linked against -lclntsh linked against -lpthread).
This is a glibc-2.1 bug that is supposed to be finxed in 2.2

-Andreas

-- 
Andreas Karajannis
GMD National Research Center for Information Technology
Schloss Birlinghoven, D-53754 Sankt Augustin
Phone +49 2241 142948
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to