From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6393 Path: news.gmane.org!not-for-mail From: stephen Turner Newsgroups: gmane.linux.lib.musl.general Subject: Re: lib link missing Date: Tue, 28 Oct 2014 18:00:56 -0500 Message-ID: References: <20141028225603.GI16659@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01537fc6bcbbd10506839e09 X-Trace: ger.gmane.org 1414537276 3813 80.91.229.3 (28 Oct 2014 23:01:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2014 23:01:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6406-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 29 00:01:11 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 1XjFlG-0003Km-Ph for gllmg-musl@m.gmane.org; Wed, 29 Oct 2014 00:01:10 +0100 Original-Received: (qmail 15419 invoked by uid 550); 28 Oct 2014 23:01:09 -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 15409 invoked from network); 28 Oct 2014 23:01:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WB/qnkg/zW7kzSQJo9+dD9g/KN3REui3XSeJLgpUTJU=; b=M7wgox0zQhoD4NdE3c5j7X/QM4ZEBm6s+gyuUx+fLpVTjzVDLAUFk92OdY+i7wF89P gBVdPQPcD7qbJ6Y+7MsWEjeEJ9vyLBMYCNbBANQqBplcYPAeg03Bb8LIWK9bMwq3rAi9 /7pOTfge3PBHEAVjbmcPNdrpUSXfl3kfWhfVnVkeOihz+NRk8POkLaUc1z8/dJRJMdSb zaEE9T/k5SDt2/yk0wVzYIlf6NgeXotZsBcp7hYKIk6AMpm8w497qzcpQJoHx5fp059c sc7ENUXD5xz6S3yXXW5Wu3GzMCg5n0ymxDjTn1J2dw76qsPThSIU928KT8eGSwHDLa0G 2qwA== X-Received: by 10.182.50.198 with SMTP id e6mr4848119obo.45.1414537257203; Tue, 28 Oct 2014 16:00:57 -0700 (PDT) In-Reply-To: <20141028225603.GI16659@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:6393 Archived-At: --089e01537fc6bcbbd10506839e09 Content-Type: text/plain; charset=UTF-8 In both cases I compiled from source once using ./configure && make && make install for the host and ./configure --prefix= --includedir= --without-gcc-wrapper. On Oct 28, 2014 6:56 PM, "Szabolcs Nagy" wrote: > * 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 > --089e01537fc6bcbbd10506839e09 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

In both cases I compiled from source once using ./configure = && make && make install for the host and ./configure --pref= ix=3D --includedir=3D --without-gcc-wrapper.

On Oct 28, 2014 6:56 PM, "Szabolcs Nagy&quo= t; <nsz@port70.net> wrote:
* stephen Turner <stephen.n.turner@gmail.com&g= t; [2014-10-28 16:13:58 -0500]:
> after compiling my programs on the host with musl-gcc wrapper and movi= ng
> 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 l= ib. 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 fil= e
on a musl based system
--089e01537fc6bcbbd10506839e09--