Re: 4->5 libmilter.a install failure

From: Peter Jeremy (PeterJeremy_at_optushome.com.au)
Date: 08/09/05

  • Next message: Bruno Ducrot: "Re: 5-STABLE cpufreq hotter than est from ports"
    Date: Tue, 9 Aug 2005 19:02:52 +1000
    To: Randy Bush <randy@psg.com>
    
    

    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
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Bruno Ducrot: "Re: 5-STABLE cpufreq hotter than est from ports"

    Relevant Pages