From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10601 Path: news.gmane.org!.POSTED!not-for-mail From: "Laurent Bercot" Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: 32 bit musl? Date: Sun, 09 Oct 2016 09:36:50 +0000 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1476005811 18225 195.159.176.226 (9 Oct 2016 09:36:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2016 09:36:51 +0000 (UTC) User-Agent: eM_Client/7.0.27744.0 To: musl Original-X-From: musl-return-10614-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 09 11:36:45 2016 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 1btAX3-0002k0-3x for gllmg-musl@m.gmane.org; Sun, 09 Oct 2016 11:36:33 +0200 Original-Received: (qmail 7351 invoked by uid 550); 9 Oct 2016 09:36:32 -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 7330 invoked from network); 9 Oct 2016 09:36:31 -0000 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:10601 Archived-At: >But it appears to expect musl libc to be installed in /lib for=20 >dynamically linked executables. That's not an option for me. Is there a= =20 >way I can override this? You don't need to have the libc itself in /lib, you just need to have = a /lib/ld-musl-i386.so.1 symlink pointing to your 32-bit libc.so (i.e.=20 only the path to the dynamic linker is hardcoded). If you have additional 32-bit shared libraries, you can tell the dynamic linker where to find them by listing their directories in the /etc/ld-musl-i386.path file. -- Laurent