From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 21:07:08 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 2A094106567B for ; Thu, 17 Apr 2008 21:07:08 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id D66618FC1F for ; Thu, 17 Apr 2008 21:07:07 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so240061wra.13 for ; Thu, 17 Apr 2008 14:07:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=UaF/CYMn2uJD0jIHajaR0t/lnMtC3p9jZRj7ZImTOoY=; b=EO+SbwhfUFbsajbAUx2Pa2vHMN279Nz5wGu4UvXQQ51DdRiezSbo+CaHnGbE+NQonETCgFygNa5YkTmUtTvsam4gHokr4miwd8OYwFLBBM6TlRjZCy8Fi2lWE/UZDldEXTuPxt8ERXouR1cllnXFKU7prF3XpONDXAsK/XDFITU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C38vDYncBrkknzcjnSwNjysHAMe9yaeEgTG3hRX+ufM0Nd1phdJqRAcSkCDTjDbyyAjSBZQekDpWAT80JR+RNH+IWQh6VD2Yes8Vl//XPoqHtYsXg2aXtqIQtyhS+1BuWQo+GGXkuyjxtt8pj3keWOB6I7TMjmps20Uyl7GFUuM= Received: by 10.142.90.16 with SMTP id n16mr537264wfb.70.1208466426336; Thu, 17 Apr 2008 14:07:06 -0700 (PDT) Received: by 10.142.52.20 with HTTP; Thu, 17 Apr 2008 14:07:06 -0700 (PDT) Message-ID: Date: Thu, 17 Apr 2008 23:07:06 +0200 From: ervin To: freebsd-questions@freebsd.org In-Reply-To: <200804172255.09329.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804172255.09329.fbsd.questions@rachie.is-a-geek.net> 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 21:07:08 -0000 Mel, thx :-) ... that did the trick / the keyword was security level which I had at "2" / ervin On 17/04/2008, Mel wrote: > 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. >