Subject: Re: CVS commit: src
To: Christos Zoulas <christos@tac.gw.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-userlevel
Date: 03/10/2005 15:24:38
On Wed, Mar 09, 2005 at 07:00:19PM -0500, Christos Zoulas wrote:
> 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

Wouldn't have helped, since you only changed that in March
sometime...

How about doing the same for libmenu, libforms (libcurses),
and any other libraries with dependencies?
 Thomas