Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 3 Apr 2015 15:58:00 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: musl ldd?

On Fri, Apr 03, 2015 at 07:41:08PM +0000, Wermut wrote:
> If there are other ldd providing C libraries installed, you can also make a
> link with its name ending in *ldd for the musl libc/loader.
> 
> e.g. # ln -s /usr/local/bin/musl-ldd /lib/ld-musl-x86_64.so.1

Or you can invoke it as:

/lib/ld-musl-x86_64.so.1 --list a.out

This form is the nicest in many ways since it does not depend on
argv[0].

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.