[Bug 8756] Dynamic Linker with Standalone Support does not print any messages on mips arch

bugzilla at busybox.net bugzilla at busybox.net
Sat Mar 5 19:10:25 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=8756

--- Comment #2 from nixscripter <nixscripter at gmail.com> ---
Okay, I've done a bit more digging, and it's not actually the standalone mode
that's broken. If I disable prelinking:

LDSO_STANDALONE_SUPPORT=y
# LDSO_PRELINK_SUPPORT is not set

Then the message prints:

Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...]
You have invoked `ld.so', the helper program for shared library executables.
This program usually lives in the file `/lib/ld.so', and special directives
in executable files using ELF shared libraries tell the system's program
loader to load the helper program from this file.  This helper program loads
the shared libraries needed by the program executable, prepares the program
to run, and runs it.  You may invoke this helper program directly from the
command line to load and run an ELF executable file; this is like executing
that file itself, but always uses this helper program from the file you
specified, instead of the helper program file specified in the executable
file you run.  This is mostly of use for maintainers to test new versions
of this helper program; chances are you did not intend to run this program.

  --library-path PATH   use given PATH instead of content of the environment
                        variable LD_LIBRARY_PATH

So that seems to be the issue

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list