|
Message-Id: <em212e4d2f-1182-4e2c-8aa7-b024830ee0ec@elzian> Date: Sun, 09 Oct 2016 09:36:50 +0000 From: "Laurent Bercot" <ska-dietlibc@...rnet.org> To: musl <musl@...ts.openwall.com> Subject: Re: Re: 32 bit musl? >But it appears to expect musl libc to be installed in /lib for >dynamically linked executables. That's not an option for me. Is there a >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. 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
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.