HEADS UP: dynamic root support now in the tree

Robert Watson rwatson at FreeBSD.org
Sun Aug 17 09:20:45 PDT 2003


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




More information about the freebsd-current mailing list