From owner-freebsd-stable Thu Aug 1 7:20:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9C3037B400 for ; Thu, 1 Aug 2002 07:20:14 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EA543E81 for ; Thu, 1 Aug 2002 07:20:13 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) with ESMTP id g71EFfB56953; Thu, 1 Aug 2002 18:15:49 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 1 Aug 2002 18:15:41 +0400 (MSD) From: Dmitry Morozovsky To: Nick Barnes Cc: Brian Sneddon , Subject: Re: OpenSSL in apache-modssl package In-Reply-To: <37848.1028206620@thrush.ravenbrook.com> Message-ID: <20020801181324.U51416-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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