From owner-freebsd-questions Wed Aug 1 13:45:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id D99AE37B403 for ; Wed, 1 Aug 2001 13:45:20 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id B8148D3; Wed, 1 Aug 2001 12:45:19 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: "Pelletier, Michael" , "'freebsd-questions@freebsd.org'" Subject: Re: Broken build question... Date: Wed, 1 Aug 2001 12:45:19 -0800 X-Mailer: KMail [version 1.2] References: <4993EB20A01FD411B22700D0B77CF68801D3954C@ash.sycamorenet.com> In-Reply-To: <4993EB20A01FD411B22700D0B77CF68801D3954C@ash.sycamorenet.com> MIME-Version: 1.0 Message-Id: <01080112451900.00588@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 01 August 2001 10:09 am, Pelletier, Michael wrote: > > I am trying to do a make world. If I just compile everything, there are > > no problems. When I try to install everything (make installworld) I > > always get this error message: > > > > > > ===> lib/libcrypt > > install -c -o root -g wheel -m 444 libscrypt.a /usr/lib > > install -c -o root -g wheel -m 444 libscrypt_p.a /usr/lib > > install -c -s -o root -g wheel -m 444 -fschg libscrypt.so.2 /usr/lib > > install: /usr/lib/libscrypt.so.2: Operation not permitted > > *** Error code 71 > > > > Stop in /usr/src/lib/libcrypt. > > *** Error code 1 > > > > Stop in /usr/src/lib. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > *** Error code 1 > > > > Stop in /usr/src. > > > > Could someone help? > > > > Thanks, > > Michael Pelletier You have your kernel security level set too high. Put the following in /etc/rc.conf and reboot: kern_securelevel_enable="YES"    # kernel security level (see init(8)), kern_securelevel="-1"            # range: -1..3 ; `-1' is the most insecure Beech -- Micro$oft: "Where can we make you go today?" ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message