From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6392 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: lib link missing Date: Tue, 28 Oct 2014 23:56:03 +0100 Message-ID: <20141028225603.GI16659@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1414536984 31528 80.91.229.3 (28 Oct 2014 22:56:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2014 22:56:24 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6405-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 28 23:56:18 2014 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XjFgX-0008EC-FU for gllmg-musl@m.gmane.org; Tue, 28 Oct 2014 23:56:17 +0100 Original-Received: (qmail 11550 invoked by uid 550); 28 Oct 2014 22:56:16 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11539 invoked from network); 28 Oct 2014 22:56:15 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6392 Archived-At: * stephen Turner [2014-10-28 16:13:58 -0500]: > 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. a musl installation in either cases (wrapper or musl based system) should have a /lib/ld-musl-ARCH.so.1 if you dont have that file then your musl install was not complete i think it's the linux distribution packager's job to have that file on a musl based system