There are some 64-bit porting issues on 2.0.44 (mainly in ssl_engine_io.c).. I've fixed a couple of them, but the problem doesn't seem to be going away :(. I'll try to post a patch tommorow, unless somebody beats me to it.
Example : ssl_engine_io.c:538 inctx->rc = brigade_consume(inctx->bb, block, in, &inl); and brigade_consume is defined as : static apr_status_t brigade_consume(apr_bucket_brigade *bb, apr_read_type_e block, char *c, apr_size_t *len) inl happens to be a 'int' type, and apr_size_t is a 'long'.. -Madhu -----Original Message----- From: CASTELLE Thomas [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:23 AM To: [EMAIL PROTECTED] Subject: RE: Problem with SSL in 64 bit build on Solaris Well, actually we had problems with a 64-bit build with Apache 2.0.43, but this was a sdbm problem ( sizeof(int) != sizeof(size_t) ) and it is fixed now (see bug 14861). Except that, I never encountered any other problem... Thanks for any help you can find ! Thomas. -----Message d'origine----- De : MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 12 février 2003 19:27 À : '[EMAIL PROTECTED]' Objet : RE: Problem with SSL in 64 bit build on Solaris Question : Did you run into any problems when you used Apache (not 2.0.44) + OpenSSL in 64-bit mode earlier ? I'm asking this because I remember having run into a 64-bit porting issue with OpenSSL (long time back, on HP-UX) - like a file not including <string.h> or something like that - but I'm unable to track it down. -Madhu -----Original Message----- From: CASTELLE Thomas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 1:15 AM To: [EMAIL PROTECTED] Subject: Problem with SSL in 64 bit build on Solaris Hi there ! I'm sorry to come again with this, but it is quite important to us : is someone looking at the bug 16333 I opened a few weeks ago ? I don't need a solution right now, but I would be relieved if I know that someone's looking at it... To summarize the problem, mod_ssl doesn't seem to work when Apache 2.0.44 is build in 64 bit on Solaris 8. Thanks for your answer ! Thomas.