Date: Wed, 20 Dec 2000 09:01:54 -0800 From: "Crist J. Clark" <cjclark@reflexnet.net> To: peter@virtual.sysadmin-inc.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Make problems Message-ID: <20001220090154.T96105@149.211.6.64.reflexcom.com> In-Reply-To: <Pine.LNX.3.96.1001220105911.1630A-100000@virtual.sysadmin-inc.com>; from peter@virtual.sysadmin-inc.com on Wed, Dec 20, 2000 at 11:00:34AM -0500 References: <20001219205542.G96105@149.211.6.64.reflexcom.com> <Pine.LNX.3.96.1001220105911.1630A-100000@virtual.sysadmin-inc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 20, 2000 at 11:00:34AM -0500, peter@virtual.sysadmin-inc.com wrote: > Chris, > > My secure level is currently set to 2. > > I have never used a security level higher than medium before, but on this > install, i went to the highest, and this is the first time i've tried to > rebuild the binaries. > > What do i need to do to get make world to work? Do you understand what securelevel(8) does? As you can see below, libscrypt.so.2 and other files with the schg flag set _cannot be modified._ You need to get to a lower securelevel in order to install. That is, you need to boot to single-user mode. > On Tue, 19 Dec 2000, Crist J. Clark wrote: > > > On Tue, Dec 19, 2000 at 04:41:22PM -0800, Peter Brezny wrote: > > > I've just cvsuped the entire collection, > > > > > > built the world with > > > > > > /usr/src/make buildworld > > > > > > and on > > > > > > /usr/src/make installworld i get > > > > > > ===> 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 > > > *** Error code 71 > > > > > > Any Ideas? > > > > What's your securelevel(8)? > > -- > > Crist J. Clark cjclark@alum.mit.edu > > -- Crist J. Clark cjclark@alum.mit.edu 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?20001220090154.T96105>