Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 17 Oct 2012 02:55:30 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Loader for musl on ARM

On Wed, Oct 17, 2012 at 03:00:39PM +0800, Brian Wang wrote:
> > You should have a symlink named /lib/ld-musl-$ARCH.so.1 (replace $ARCH
> > with i386, x86_64, arm, or mips) pointing to libc.so in order to be
> > able to run dynamic-linked programs.
> 
> I could not find one (ld-*so*) within the toolchain installation
> directory or the build directory.
> What should I do to get this file?
> 
> Thank you.

It's not a separate file, it's just a symlink to libc.so.

Rich

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.