View Single Post
  #3   (View Single Post)  
Old 21st September 2008
TomAmundsen TomAmundsen is offline
Real Name: Tom Amundsen
Computional Linguist
 
Join Date: Jul 2008
Location: Los Angeles, CA
Posts: 23
Default

Quote:
Originally Posted by DNAeon View Post
What is your # sysctl kern.securelevel ?
It is -1

Quote:
Originally Posted by DNAeon View Post
If I'm correct if you are with a securelevel 1 or higher when you are rebuilding your kernel the make install command will try to install your kernel with the schg flag.

Code:
===> lib/libc (install)
install -C -o root -g wheel -m 444   libc.a /usr/lib
install -C -o root -g wheel -m 444   libc_p.a /usr/lib
install -s -o root -g wheel -m 444   -fschg -S  libc.so.7 /lib
ln -fs /lib/libc.so.7  /usr/lib/libc.so
ln: /usr/lib/libc.so: Operation not permitted
*** Error code 1
In this case I think your libc.so.7 library is being installed with the schg flag, so try to remove it.

For further information read the man page of chflags.
Is it still worth trying to do this even if I did make with securelevel=-1?
Reply With Quote