|
Message-ID: <CAA7aPHgHXVjSpGJM5LGJVWScd2vHWnpS2jR1-U3BqwtO3Z8eQg@mail.gmail.com>
Date: Tue, 28 Oct 2014 16:13:58 -0500
From: stephen Turner <stephen.n.turner@...il.com>
To: musl@...ts.openwall.com
Subject: lib link missing
this could be a result of how i built my two systems but i was compiling
applications with the musl-gcc wrapper then running them on a musl only
system to find that i was missing the ld-musl-i386.so.1 link or lib.
I compiled the applications first on a separate host system dynamically
with musl-gcc wrapper where the musl lib was installed with ./configure and
no flags
On the destination system i installed musl with ./configure
--disable-gcc-wrapper flag.
after compiling my programs on the host with musl-gcc wrapper and moving
them to the non-wrapper system i recieved the error they did not exist.
checking with ldd showed they were looking for the ld-musl-i386.so.1 lib. i
created a link to the libc.so and all is well.
its just a simple thing but one i thought you may be interested in
addressing for compatibility purposes?
thanks,
Stephen
Content of type "text/html" skipped
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.