Full_Name: Martin Rosenbach
Version: 2.4.1-1.3.9
OS: DEC 4.0 E patchkit 2
Submission from: dns.verwalt-berlin.de (141.15.3.1)


Used to build

OPTIM="-O4" \                          
./configure     \                      
        --with-apache=../apache_1.3.9 \
        --with-ssl=../openssl-0.9.4 \  
        --with-mm=../mm-1.0.10 \       
        --prefix=/usr/local/apache \   
        --enable-shared=ssl \          
        --enable-module=proxy \        
        --enable-shared=proxy          

During compilation of apache, the following warnings are thrown:

cc: Warning: xmlparse.c, line 3229: In this statement, & before array "((BLOCK
...)0)->s" is ignored. (addrarray)                   
    pool->blocks = realloc(pool->blocks, offsetof(BLOCK, s) + blockSize *
sizeof(XML_Char));                                        
-----------------------------------------^                                      
                                                   
cc: Warning: xmlparse.c, line 3244: In this statement, & before array "((BLOCK
...)0)->s" is ignored. (addrarray)                   
    tem = malloc(offsetof(BLOCK, s) + blockSize * sizeof(XML_Char));            
                                                   
-----------------^                                                              
                                                   
cc: Warning: ssl_engine_kernel.c, line 188: In this statement, the referenced
type of the pointer value "cpVHostID" is "signed char"
, which is not compatible with "const unsigned char". (ptrmismatch)             
                                                   
    SSL_set_session_id_context(ssl, cpVHostID, strlen(cpVHostID));              
                                                   
------------------------------------^                                           
                                                   
cc: Warning: ssl_engine_ext.c, line 315: In this statement, the referenced type
of the pointer value "cpVHostID" is "signed char", w
hich is not compatible with "const unsigned char". (ptrmismatch)                
                                                   
    SSL_set_session_id_context(ssl, cpVHostID, strlen(cpVHostID));              
                                                   
------------------------------------^      

error.log reads

[Mon Sep  6 12:00:30 1999] [notice] Apache/1.3.9 (Unix) mod_ssl/2.4.1
OpenSSL/0.9.4 configured -- resuming normal operations
[Mon Sep  6 12:00:30 1999] [info] Server built: Sep  6 1999 11:31:39            
                          
[Mon Sep  6 12:01:07 1999] [error] [client 141.15.3.1] Invalid method in request
^V^C
                                                                   
Patch Kit 2 for DEC 4.0 E is highly recommended since it contains C-Compiler and
run-time corrections.
But nevertheless, it does NOT work !

IT DOES work (identical config) on DEC 4.0 D (patch kit 2 and higher - 4 beeing
actuel).

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to