From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1160 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: installation without root privileges Date: Sun, 17 Jun 2012 22:52:16 +0200 Message-ID: <20120617205216.GR17860@port70.net> References: <1369503.9MkYmHAvz4@linuix> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1339966355 3178 80.91.229.3 (17 Jun 2012 20:52:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Jun 2012 20:52:35 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1161-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jun 17 22:52:35 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SgMSS-00009x-PT for gllmg-musl@plane.gmane.org; Sun, 17 Jun 2012 22:52:28 +0200 Original-Received: (qmail 15569 invoked by uid 550); 17 Jun 2012 20:52:28 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15559 invoked from network); 17 Jun 2012 20:52:28 -0000 Content-Disposition: inline In-Reply-To: <1369503.9MkYmHAvz4@linuix> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1160 Archived-At: * Bruno Haible [2012-06-17 19:33:26 +0200]: > ln -sf /arch/x86-linux/inst-musl/lib/libc.so /lib/ld-musl-i386.so.1 || true > ln: could not create symbolic link ???/lib/ld-musl-i386.so.1???: Permission denied > the ldso install dir is a config option (syslibdir) you can set it in config.mak by hand or use ./configure --syslibdir=/path (this takes care of the specfile as well) (and yes this path will be hardcoded into the dynamically linked executables)