Subject: Re: CVS commit: src
To: None <tech-userlevel@netbsd.org>
From: Christos Zoulas <christos@tac.gw.com>
List: tech-userlevel
Date: 03/09/2005 19:00:19
In article <20050309234537.GX18250@dmath5.geometrie.tuwien.ac.at>,
Thomas Klausner  <wiz@NetBSD.org> wrote:
>On Wed, Mar 09, 2005 at 08:25:21AM -0500, Christos Zoulas wrote:
>> On Mar 9, 12:20pm, wiz@NetBSD.org (Thomas Klausner) wrote:
>> -- Subject: Re: CVS commit: src
>> 
>> | Why don't we make the crypt library depend on the crypto
>> | library instead?
>> 
>> We did...
>
>When did that happen?
>On my current from Feb 22:
># ldd /lib/libcrypt.so
>/lib/libcrypt.so:
>#
>
>> Think 'static and non-elf environments'.
>
>No reason (in my eyes) not to improve the situation for ELF and
>non-static environments, though...
> Thomas

Helps if you type the right command :-)

# ldd /lib/libcrypto.so
/lib/libcrypto.so:
	-lcrypt.0 => /usr/lib/libcrypt.so.0

christos