"Ralf S. Engelschall" wrote:

> RSA_flags? Yes, then it's the DSO-problem I've found last weekend. It occurs
> because when SSLeay is linked to a DSO under non-smart platforms like Linux or
> FreeBSD it _HAS_ to be compiled with "-fPIC" (gcc) or "-KPIC" (SVR4 cc), etc.
> Insert this flag into your platform line in SSLeay's Configure script and
> recompile SSLeay and relink mod_ssl's libssl.so. The problem went away for me
> then. Alternatively you can build mod_ssl without DSO?  Or do you already
> compiling mod_ssl statically? When this is the case I've still no clue why the
> RSA part of SSLeay dumps core.

Thanks, using -fPIC (in openssl) didn't help but compiling apache
statically
got me to a working apache server with SSL.  Wow, I never saw an 8 MB
httpd,
guess I can remove all those '-g' switches now.

-- 
           Larry Mulcahy                [EMAIL PROTECTED]
                   http://babylon5.spaceimaging.com/
______________________________________________________________________
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