Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 22 Apr 2015 15:11:33 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: ldconfig? /usr/lib64 LD_LIBRARY_PATH

On Wed, Apr 22, 2015 at 03:08:01PM -0400, Jean-Marc Pigeon wrote:
> >> Is there a easy/standard way in musl to set the libraries in
> >> designated area?
> > 
> > Just place the paths you want searched in a file named 
> > /etc/ld-musl-x86_64.path (or replace x86_64 with your arch, the
> > same as the name in /lib/ld-musl-*.so.1), separated by newlines or
> > colons. If this file exists it will replace (not add to) the
> > default search path, so you need to include all dirs you want
> > searched.
> > 
> > Note that ld-musl-*.so.1 itself needs to be in /lib.
> > 
> Many many Thanks Rich...
> 
> Question: where is doc about this? (I should had find it myself).

It's in the documentation on the website at:

http://www.musl-libc.org/manual.html

Note that it's not up-to-date with current musl and not complete, but
it covers most of the important things to know from a non-developer
(i.e. just end user or deployment/integration) standpoint.

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.