From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11711 Path: news.gmane.org!.POSTED!not-for-mail From: sylvain.bertrand@gmail.com Newsgroups: gmane.linux.lib.musl.general Subject: Re: symlinks of glibc shared libs to musl libc.so Date: Mon, 10 Jul 2017 10:06:44 +0000 Message-ID: <20170710100644.GA314@freedom> References: <20170710013640.GA323@freedom> <20170710020221.GM1627@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1499681229 7737 195.159.176.226 (10 Jul 2017 10:07:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 10 Jul 2017 10:07:09 +0000 (UTC) User-Agent: Mutt/1.7.1 (2016-10-04) To: musl@lists.openwall.com Original-X-From: musl-return-11724-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 10 12:07:05 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dUVan-0001a3-VT for gllmg-musl@m.gmane.org; Mon, 10 Jul 2017 12:07:02 +0200 Original-Received: (qmail 17682 invoked by uid 550); 10 Jul 2017 10:07:03 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 17655 invoked from network); 10 Jul 2017 10:07:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=NyYJRL2qB3XPwo8H78iZ2CGr+k7WYvFdD//BAVOlhbI=; b=GYNpkgGAnUZt4Hvm8/uPw74rXXDyvefnaTUmI5fM58nO6u1xvwZGcdPl0BB2WR0Tvo yDzv5/6rtMavBVra90oTeVCg8UPTwb89vImhKC1yUv07oQs7ahO1ewaOiXuDYDz6Lume 91Nbb7j5dzAaWDG595sQWGHYc9QLqPmwwEymKCEXPWO6fhSTngWuqUtNZPAaSDXgNTPB x5GdoPry+IiAK3d4GyLRxSF5skeEyS+V86fFh9nUpNXLVg8l92Z6+/r+8tMbKaz0gNL4 VC3uoGYxVDlNrR5HSCyCGEwHzc8wOMSzqfUNTT2G8ilXQ5UdUpAq0DWCe92uspQWHZFm R+7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=NyYJRL2qB3XPwo8H78iZ2CGr+k7WYvFdD//BAVOlhbI=; b=MslWWnJ5aIzdknlza6QMkHqIQbJna7k8w6PLmJxOGe9f7KsnlNx+RicX8xOMJgYuof DWQVYW3p6ZZZ7UyvWg5Qd9To+LQOvCRMEFgh/3mR2sdFh5NIK/v1O9mGCPXhZuVXQmDA XwfIZOYvKOWuyoHypHPbrlFX12jhMCauJFGoh8AyFQ2GJ/+Hu1r9dYhz0zIuQ5MRKwNy rxGYWsBsDZy8BC4xYtDHXoP0Iv3cW+YrOphCLCkD3gWynw7gHjM0QjMctTqHtyxJ5rD4 9SFggyVHpyMZuu4CLzWI6hEM24rrmSgE6IvYP1iNyowqPht+q0N1nl2SPQ8fdS8XeN7J HxVw== X-Gm-Message-State: AIVw1134suXnG2kxIAMg8jPE8bzHI9+5/bENb0eScpgTnlRgmXHnVFvn 2BIG6M58uY5Ghe2mhzo= X-Received: by 10.223.181.148 with SMTP id c20mr7338426wre.80.1499681211484; Mon, 10 Jul 2017 03:06:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170710020221.GM1627@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:11711 Archived-At: On Sun, Jul 09, 2017 at 10:02:21PM -0400, Rich Felker wrote: > On Mon, Jul 10, 2017 at 01:36:40AM +0000, sylvain.bertrand@gmail.com wrote: > > Hi, > > > > I have some binaries which are dependent on glibc shared libs (except libgcc_s) and the glibc dynamic loader. > > For instance: libdl, libpthreads... > > > > Do symlinks on libc.so based on glibc sonames give me a chance to make them work? (in > > theory yes, since the symbols are there). > > Are you asking about trying to run glibc-linked binaries with musl > libc.so? Exactly! >From you experience and feedbacks, do you think I have a chance with the proper glibc symlinks? -- Sylvain