Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2005 19:02:52 +1000
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Randy Bush <randy@psg.com>
Cc:        Scot Hetzel <swhetzel@gmail.com>, FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: 4->5 libmilter.a install failure
Message-ID:  <20050809090252.GE9970@cirb503493.alcatel.com.au>
In-Reply-To: <17143.63487.787071.348531@roam.psg.com>
References:  <17143.55126.928714.853442@roam.psg.com> <790a9fff05080816561c653e73@mail.gmail.com> <17143.61777.552270.95710@roam.psg.com> <790a9fff05080817054ff9e1d8@mail.gmail.com> <17143.63487.787071.348531@roam.psg.com>

index | next in thread | previous in thread | raw e-mail

On Mon, 2005-Aug-08 14:25:35 -1000, Randy Bush wrote:
>my error.  i hacked /etc/make.conf between build and install.
>so i can use ed to unhack it, but when i try to install again
>
>--------------------------------------------------------------
>>>> Making hierarchy
>--------------------------------------------------------------
>cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 hierarchy
>cd /usr/src/etc;                /usr/obj/usr/src/make.i386/make distrib-dirs
>mtree -eU  -f /usr/src/etc/mtree/BSD.root.dist -p /
>/usr/libexec/ld-elf.so.1: Shared object "libmd.so.2" not found, required by "mtree"

Apart from the other suggested solutions:  At the beginning of the
installworld, make stashes a selection of utilities (including
mtree) into a temporary directory (${INSTALLTMP} in Makefile.inc1).
The exact name varies but is something like /tmp/install.XXXXXXXX
If you haven't lost the directory from the first installworld, you can
always copy mtree (any any other over-written utilities) back where
they started.

-- 
Peter Jeremy


home | help

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