On Mon, Jan 11, 1999, Larry Mulcahy 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.

Yes, you can. But don't panic because of the 8MB process size.  Mostly all
modern Unix platforms are smart enough to share the code segments between the
forked processes. So, the memory consumption isn't really such dramatically.
DSO in this context is actually not really interesting for saving RAM, it's
for having flexibility.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.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