Re: HEADS UP: dynamic root support now in the tree

From: Robert Watson <rwatson_at_FreeBSD.org>
Date: Sun, 17 Aug 2003 12:20:06 -0400 (EDT)
On Sun, 17 Aug 2003, Shin-ichi Yoshimoto wrote:

> make installworld broken.
> 
> ==>libexex/rtld-elf
> [snip]
> ln: /usr/libexec/ld-elf.so.1: Operation not permitted
> *** Error code 1
> 
> any idea ? 

I'm guessing we need to remove the schg flag from the old ld-elf.so.1
before trying to replace it with a symlink:

paprika:/usr/src/kerberos5/usr.bin/kadmin> ls -lo /usr/libexec/ld-elf.so.1
-r-xr-xr-x  1 root  wheel  schg 133292 Jul  3 21:07 /usr/libexec/ld-elf.so.1*

You can work around it locally, probably, by doing a "chflags noschg
/usr/libexec/ld-elf.so.1", but the official makefiles probably need to do
something about it also.

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert_at_fledge.watson.org      Network Associates Laboratories
Received on Sun Aug 17 2003 - 07:20:45 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:19 UTC