Date: Thu, 1 Aug 2002 18:15:41 +0400 (MSD) From: Dmitry Morozovsky <marck@rinet.ru> To: Nick Barnes <Nick.Barnes@pobox.com> Cc: Brian Sneddon <annorax@cereal.rutgers.edu>, <stable@FreeBSD.ORG> Subject: Re: OpenSSL in apache-modssl package Message-ID: <20020801181324.U51416-100000@woozle.rinet.ru> In-Reply-To: <37848.1028206620@thrush.ravenbrook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Aug 2002, Nick Barnes wrote: NB> > ldd /usr/local/sbin/httpd (or whereever yours is installed) NB> > NB> > This should show you whether it's linked dynamically and if so to which NB> > specific library. NB> NB> Yes, I thought of that. But of course the modules (e.g. mod_ssl) are NB> loaded with dlopen(). NB> NB> By running "ktrace /usr/local/sbin/httpd -DSSL", I can see that it NB> maps /usr/lib/libssl.so.2. That's strong enough evidence for me, and NB> I'm guessing that /usr/local/libexec/apache/libssl.so is something NB> other than OpenSSL. Yes, /usr/local/libexec/apache/libssl.so is DSO variant of modssl, which is in turn linked dinamically against libssl.so.2 => /usr/lib/libssl.so.2 (0x28136000) libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x28163000) Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020801181324.U51416-100000>