28-Sep-98 13:20 you wrote:
> On Mon, 28 Sep 1998, Ralf S. Engelschall wrote:

>>
>> Interesting is also that it seems that it's only occuring in combination with
>> mod_perl. Hmmm... how do you build mod_perl?  As a DSO or statically?
>>

> I use mod_perl 1.15_01 as DSO and have exactly the same problem
> when I use

> AddModule mod_ssl.c
> AddModule mod_perl.c

> in http.conf (this is the default order). But when I switch these
> two lines, everything works fine!

See my postings in mod_ssl about mod_perl :-)) This is error in mod_perl, not
in mod_ssl :-))

> And I have another problem too (maybe not related to mod_ssl at all):
> when I use Apache 1.3.2 + mod_ssl 2.0.11 + SSLeay 0.9.0b, I cannot use
> PHP3 3.0.4 (as DSO) - when I try to run httpd, it hangs. When I comment
> out mod_php in httpd.conf, everything tuns fine. PHP3 3.0.3 works fine
> (as DSO, too). It seems to be bug in PHP3 3.0.4, but it costs nothing to
> notify you...

I'm 99% sure that it's error in PHP 3.0.4 MySQL support :-)) When PHP 3.0.4
asked about MySQL support it will add -lpthread. But this is EXACTLY FIRST
QUESTION in Threads FAQ !!! You MUST use -D_REENTRANT when compile with
-lpthread !!! Or remove -lpthread from Makefile or add -D_REENTRANT in PHP3
AND in Apache compilation process...




______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to