Date: Wed, 1 Aug 2001 12:45:19 -0800 From: Beech Rintoul <akbeech@anchoragerescue.org> To: "Pelletier, Michael" <Michael.Pelletier@sycamorenet.com>, "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Re: Broken build question... Message-ID: <01080112451900.00588@galaxy.anchoragerescue.org> In-Reply-To: <4993EB20A01FD411B22700D0B77CF68801D3954C@ash.sycamorenet.com> References: <4993EB20A01FD411B22700D0B77CF68801D3954C@ash.sycamorenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01080112451900.00588>
