Losing ld-elf.so.1 while make installworld, system shrotted

2003-11-28 Thread Oliver Fischer
Hello, some days ago I tried to update my system. As usual I typed in make buildworld, went into single user mode and gave the command make installworld. This command never succeded, because of: install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 ELF interpreter /libexec/ld-elf.so.1

Re: Losing ld-elf.so.1 while make installworld, system shrotted

2003-11-28 Thread Steve Kargl
On Fri, Nov 28, 2003 at 05:50:21PM +0100, Oliver Fischer wrote: Hello, some days ago I tried to update my system. As usual I typed in make buildworld, went into single user mode and gave the command make installworld. Did you do make buildkernel, make installkernel , and mergemaster in

Re: Losing ld-elf.so.1 while make installworld, system shrotted

2003-11-28 Thread James Raftery
On Fri, Nov 28, 2003 at 05:50:21PM +0100, Oliver Fischer wrote: install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 ELF interpreter /libexec/ld-elf.so.1 not found Was /libexec a symlink to /usr/libexec by any chance? I upgraded a system yesterday with /libexec as a symlink to

Re: Losing ld-elf.so.1 while make installworld, system shrotted

2003-11-28 Thread Oliver Fischer
Steve Kargl wrote: Did you do make buildkernel, make installkernel , and mergemaster in the order specified in src/UPDATING. :0 Until now I have been doing it always in the wrong order... Thanks, now I will try it in the right order. Regards, Oliver Fischer -- Dummheit is ooch 'ne Jabe

Re: Losing ld-elf.so.1 while make installworld, system shrotted

2003-11-28 Thread Robert Watson
On Fri, 28 Nov 2003, Oliver Fischer wrote: Steve Kargl wrote: Did you do make buildkernel, make installkernel , and mergemaster in the order specified in src/UPDATING. :0 Until now I have been doing it always in the wrong order... Thanks, now I will try it in the right order.

Re: Losing ld-elf.so.1 while make installworld, system shrotted

2003-11-28 Thread Dag-Erling Smørgrav
Robert Watson [EMAIL PROTECTED] writes: Unfortunately, that step can be a little hazy: sometimes buildworld is required to run mergemaster, but occasionally you have to run mergemaster first to add new users that are required for installworld :-). It is not hazy at all: run 'mergemaster -p'