Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 27 Apr 2014 22:02:45 -0700
From: Khem Raj <raj.khem@...il.com>
To: Rich Felker <dalias@...c.org>
Cc: musl@...ts.openwall.com
Subject: Re: [PATCH 2/3] Add soname to dynamic section

On Sun, Apr 27, 2014 at 7:00 PM, Rich Felker <dalias@...c.org> wrote:
> This is intentionally omitted. If it exists on a system where glibc is
> also present, running ldconfig will create a symlink named libc.so in
> /lib pointing to ld-musl-$ARCH.so.1.
>
> What exactly are you trying to achieve by adding it?

I am bootstrapping system using OpenEmbedded/musl and we use the
content of SONAME
to rename the library package as well as shlibs code then uses it to
for dependencies as well. I kept it libc.so for simplicity but it
could be a distinct name. Coexisting with glibc is not  my usecase.
here. but if you have libc.so in /usr/lib then you are in conflict
with glibc anyway, how do you handle that ?

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.