Re: ./build.sh -O ../obj tools producing error
Michael Cheponis <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <CAOaX04OvXxThkYodu_ORUGgY9K_D73gtYjnBWWO_7x3okvSahg@mail.gmail.com> |
Thanks for the reminder about /rescue. I had the bright idea that I could reboot in single-user mode, and simply mount the filesystem, change the name, and then reboot. That might have worked...except: [ 2.1444241] panic: init died (signal 0, exit 1) Machine won't boot. I think I'm stuck with using a bootable USB stick and going from there. Thanks all! Mike On Thu, Jul 27, 2023 at 11:20 PM Martin Husemann <[email protected]> wrote: > On Thu, Jul 27, 2023 at 06:31:11PM -0700, Michael Cheponis wrote: > > # mv lib2 lib ;;;; rename new libs as /lib > > mv: Shared object "libc.so.12" not found > > use /rescue/mv instead of /bin/mv. > > Martin >