mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: Dynamic linker committed!
Date: Sat, 25 Jun 2011 02:02:39 -0400	[thread overview]
Message-ID: <20110625060239.GW12592@brightrain.aerifal.cx> (raw)
In-Reply-To: <20110619124959.GR12592@brightrain.aerifal.cx>

On Sun, Jun 19, 2011 at 08:49:59AM -0400, Rich Felker wrote:
> At present, the library search path is hard coded as
> /lib:/usr/local/lib:/usr/lib. Obviously this only works if you have a
> musl-based system rather than having glibc stuff in those paths, so
> until I add configurability, you might want to edit the path in
> src/ldso/dynamic.c manually when building.

Search path support has been added. LD_LIBRARY_PATH is used (except
for suid/sgid) and after that, the contents of /etc/ld-musl-$ARCH.path
are read and used as a (colon-separated) path string. If that file
cannot be read, a default path is used instead.

I have also made various changes to the build system for
installing/deploying shared libraries.

Please test and let me know if there are problems! I hope to make an
official release soon.

Rich


      reply	other threads:[~2011-06-25  6:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-19 12:49 Rich Felker
2011-06-25  6:02 ` Rich Felker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110625060239.GW12592@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).