Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 17 Jun 2012 22:52:16 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: installation without root privileges

* Bruno Haible <bruno@...sp.org> [2012-06-17 19:33:26 +0200]:
> ln -sf /arch/x86-linux/inst-musl/lib/libc.so /lib/ld-musl-i386.so.1 || true
> ln: could not create symbolic link ???/lib/ld-musl-i386.so.1???: Permission denied
> 

the ldso install dir is a config option (syslibdir)
you can set it in config.mak by hand or use
./configure --syslibdir=/path

(this takes care of the specfile as well)
(and yes this path will be hardcoded into the
dynamically linked executables)

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.