|
Message-ID: <CA+T2pCGpTL6+zrh7v0k5sAagODo=iO1=YsxS91yHibv1kNXkMg@mail.gmail.com> Date: Wed, 12 Jul 2017 02:03:34 -0500 From: William Pitcock <nenolod@...eferenced.org> To: musl@...ts.openwall.com Subject: Re: symlinks of glibc shared libs to musl libc.so Hi, On Tue, Jul 11, 2017 at 12:53 PM, <sylvain.bertrand@...il.com> wrote: > On Sun, Jul 09, 2017 at 10:02:21PM -0400, Rich Felker wrote: >> Are you asking about trying to run glibc-linked binaries with musl >> libc.so? > > Yes. Any feedbacks of those who tried? You might want to look at gcompat, which is a compatibility layer being incubated as part of the Adelie Linux distribution (as well as carried by Alpine). It can run many glibc binaries through a custom ELF interpreter that invokes the musl ELF interpreter with an additional preload containing many glibc compatibility symbols. https://code.foxkit.us/adelie/gcompat/tree/master On Alpine, you could do "apk add gcompat@...ting" or similar to get it, assuming the testing repo is enabled. William
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.