Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 23:06:40 +0200 (CEST)
From:      Søren Schmidt <sos@FreeBSD.ORG>
To:        wollman@khavrinen.lcs.mit.edu (Garrett Wollman)
Cc:        sos@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: cvs commit: src Makefile src/etc rc src/etc/mtree BSD.usr.dist
Message-ID:  <199805262106.XAA27629@sos.freebsd.dk>
In-Reply-To: <199805262055.QAA26159@khavrinen.lcs.mit.edu> from Garrett Wollman at "May 26, 98 04:55:13 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
In reply to Garrett Wollman who wrote:
> <<On Tue, 26 May 1998 13:12:58 -0700 (PDT), Søren Schmidt <sos@FreeBSD.ORG> said:
> 
> >   This will after a make world & reboot give a system that no
> >   longer uses /usr/lib/*, infact one could remove all the old
> >   libraries there, they are not used anymore.
>   
> Except for all the inconvenient third-party software...

Well, there is no real solution for that I'm afraid..

At runtime shared libs wil be resolved via rtld which knows
where to look for libs.

Systems that rely on libs being in /usr/lib via hard path will
fail, ie Makefiles with a wired in hard path, we can then argue
to death who is broken...

Another story is what we are going to do with /usr/local/lib :(

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Søren Schmidt               (sos@FreeBSD.org)               FreeBSD Core Team
                Even more code to hack -- will it ever end
..

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805262106.XAA27629>