Hello all (mostly Alexandre :-)),
running today's ~/wine/wine under an old RH 6.2 install I get the following:
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.
--list list all dependencies and how they are resolved --verify verify that given object really is a dynamically linked object we get handle --library-path PATH use given PATH instead of content of the environment variable LD_LIBRARY_PATH --inhibit-rpath LIST ignore RPATH information in object names in LIST
On Mon, 31 May 2004 23:57:59 +0900, Dmitry Timoshkov wrote:
Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...] You have invoked `ld.so', the helper program for shared library executables.
Does this occur if you run Wine like this?
wine ~/wine/wine --help
Also, what glibc version (exactly) is this?
thanks -mike
"Mike Hearn" mh@codeweavers.com wrote:
Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...] You have invoked `ld.so', the helper program for shared library executables.
Does this occur if you run Wine like this?
wine ~/wine/wine --help
Yes.
Also, what glibc version (exactly) is this?
glibc-2.1.3-22.i386.rpm