From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 20:55:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AC9A10656A8 for ; Thu, 17 Apr 2008 20:55:13 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E4FFE8FC27 for ; Thu, 17 Apr 2008 20:55:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 67DA61CC91; Thu, 17 Apr 2008 12:55:11 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 17 Apr 2008 22:55:08 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804172255.09329.fbsd.questions@rachie.is-a-geek.net> Cc: ervin Subject: Re: FreeBSD-EN-08:01.libpthread X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 20:55:13 -0000 On Thursday 17 April 2008 14:59:10 ervin wrote: > I get the following error while installing the patch below ..... any > ideas how to solve? > > install: rename: /lib/INS@sQQw to /lib/libpthread.so.2: Operation not > permitted *** Error code 71 Most likely, chflags noschg /lib/libpthread.so.2 then make install. If that doesn't work, report back with your kern.securelevel and whether /lib is mounted read only or not. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.