Re: upgrade from static to dynamic root

From: Richard Nyberg (rnyberg_at_it.su.se)
Date: 09/17/03

  • Next message: Jeremy Messenger: "Re:"
    Date: Wed, 17 Sep 2003 19:07:33 +0200
    To: Gordon Tetlow <gordont@gnf.org>
    
    

    At Wed, 17 Sep 2003 09:54:42 -0700,
    Gordon Tetlow wrote:
    >
    > [1 <text/plain; us-ascii (quoted-printable)>]
    > On Tue, Sep 16, 2003 at 06:11:01PM +0200, Harti Brandt wrote:
    > > On Tue, 16 Sep 2003, Richard Nyberg wrote:
    > >
    > > RN>At Thu, 11 Sep 2003 14:44:55 +0200 (CEST),
    > > RN>Harti Brandt wrote:
    > > RN>> Hi,
    > > RN>>
    > > RN>> I just tried to upgrade one of my systems from a static root from july to
    > > RN>> an actual dynamic root. The installworld went fine 'til the place where
    > > RN>> /bin/test is installed. At that point the installation stopped with "ELF
    > > RN>> interpreter /libexec/ld-elf.so.1 not found". And really /libexec is not
    > > RN>> populated yet.
    > > RN>
    > > RN>Me too :(
    > > RN>To get installworld back on track I used cp under linux emulation to
    > > RN>copy ld-elf.so.1. Then I also had to run ldconfig -m /lib. After that
    > > RN>make installworld completed successfully.
    > >
    > > Or you could cd into /usr/obj/usr/src/rescue/rescue and do ./rescue cp ...
    > > (as long as you have a working shell)

    Ah! I wondered why only found the rescue binary there and no cp or mv.
    I didn't quite get it... :)

    > Which of course exists in /rescue too.
    >
    No because it wasn't installed yet.

            -Richard
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Jeremy Messenger: "Re:"