From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4968 Path: news.gmane.org!not-for-mail From: Khem Raj Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 2/3] Add soname to dynamic section Date: Sun, 27 Apr 2014 22:02:45 -0700 Message-ID: References: <1398649434-23560-1-git-send-email-raj.khem@gmail.com> <1398649434-23560-2-git-send-email-raj.khem@gmail.com> <20140428020032.GU26358@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1398661451 7135 80.91.229.3 (28 Apr 2014 05:04:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2014 05:04:11 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-4972-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 28 07:04:06 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 1WedjZ-0007h2-PX for gllmg-musl@plane.gmane.org; Mon, 28 Apr 2014 07:04:05 +0200 Original-Received: (qmail 26126 invoked by uid 550); 28 Apr 2014 05:04:04 -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 25985 invoked from network); 28 Apr 2014 05:03:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=iIgLObtiPHP21nCzBm2KeWibT4qVHBko0z3birrDKT8=; b=BOxllltNLs6Ff1YRbw1O4CKzOhO1BnYqLCaEEMt0XERj8SZHjko/r5FcaOYh5J4Haq gOTzzMWwJPv69vAQDakDilSw7t4bJMx7EbHdYkhPMDKJyPgVJauw/2JIJUPF5LiknDUu JGNXi3yODeU+R7Q4X6+gKGk9u0Vdj/O/MQXlKeg995BU5xQDVgV0w3HFBxuQIzL6aw1f vdu7DKOEtSAOTyRmwxyeniILtRxeInBZA4TKu0PiAGuyYI1Dsv0rWzUWHnZcjD6u8+zY ICa8IUgNiE/PiTpeUvf4d7VUDQ+sfM5susGesyPHdPUEUJ3J9fvaB3zfzk8ZXubPjyef oMNQ== X-Received: by 10.43.178.197 with SMTP id ox5mr20838198icc.22.1398661395419; Sun, 27 Apr 2014 22:03:15 -0700 (PDT) In-Reply-To: <20140428020032.GU26358@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:4968 Archived-At: On Sun, Apr 27, 2014 at 7:00 PM, Rich Felker wrote: > 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? I am bootstrapping system using OpenEmbedded/musl and we use the content of SONAME to rename the library package as well as shlibs code then uses it to for dependencies as well. I kept it libc.so for simplicity but it could be a distinct name. Coexisting with glibc is not my usecase. here. but if you have libc.so in /usr/lib then you are in conflict with glibc anyway, how do you handle that ?