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 [EMAIL PROTECTED] Network Associates Laboratories _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"