From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4965 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 2/3] Add soname to dynamic section Date: Sun, 27 Apr 2014 22:00:32 -0400 Message-ID: <20140428020032.GU26358@brightrain.aerifal.cx> References: <1398649434-23560-1-git-send-email-raj.khem@gmail.com> <1398649434-23560-2-git-send-email-raj.khem@gmail.com> 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: ger.gmane.org 1398650454 11711 80.91.229.3 (28 Apr 2014 02:00:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2014 02:00:54 +0000 (UTC) Cc: Khem Raj To: musl@lists.openwall.com Original-X-From: musl-return-4969-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 28 04:00:49 2014 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 1WeasB-0005hw-Oh for gllmg-musl@plane.gmane.org; Mon, 28 Apr 2014 04:00:47 +0200 Original-Received: (qmail 10115 invoked by uid 550); 28 Apr 2014 02:00:47 -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 10107 invoked from network); 28 Apr 2014 02:00:46 -0000 Content-Disposition: inline In-Reply-To: <1398649434-23560-2-git-send-email-raj.khem@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:4965 Archived-At: On Sun, Apr 27, 2014 at 06:43:53PM -0700, Khem Raj wrote: > Its used by post processing tools especially > during packaging to construct package names etc. This is intentionally omitted. If it exists on a system where glibc is also present, running ldconfig will create a symlink named libc.so in /lib pointing to ld-musl-$ARCH.so.1. What exactly are you trying to achieve by adding it? Rich