Skip site navigation (1)Skip section navigation (2)
Date:      23 Apr 2001 09:01:10 +0100
From:      Wayne Pascoe <wayne.pascoe@realtime.co.uk>
To:        "Elliot L. Tobin" <tobin@mail.eecis.udel.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems with make installworld
Message-ID:  <m1wv8cxcxl.fsf@zaphod.realtime.co.uk>
In-Reply-To: <Pine.GSO.4.31.0104230113170.21771-100000@ren.eecis.udel.edu>
References:  <Pine.GSO.4.31.0104230113170.21771-100000@ren.eecis.udel.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
"Elliot L. Tobin" <tobin@mail.eecis.udel.edu> writes:

> I cvs'up to 4.3-REL from 4.3-RC..  I successfully ran make buildworld and
> make buildkernel..  When I run make installword, I get rm: libcrypt.so.2:
> Operation Not Permitted
> *** Error Code 1
> 
> Stop in /usr/src/lib/libcrypt.
> 
> Any advice on fixing this?  Thanks..

You are probably running securelevel 1. In this state, not even root
has permission to overwrite certain files. 

Change 
kern_securelevel="1"
kern_securelevel_enable="YES"
in /etc/rc.conf

to
kern_securelevel="0"
kern_securelevel_enable="NO"

reboot and try again.

-- 
- Wayne Pascoe 
E-mail: wayne.pascoe@realtime.co.uk
Phone : +44 (0) 20 7544 4668
Mobile: +44 (0) 788 431 1675

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m1wv8cxcxl.fsf>