This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LD_LIBRARY_PATH foo:


Hi!

What's the reason why glibc ld.so handles empty paths in LD_LIBRARY_PATH
and RPATH/RUNPATH as current directory instead of skipping?
I've just checked what Solaris ld.so does and it looks like it is skipping
empty paths both in LD_LIBRARY_PATH and RPATH/RUNPATH, and Sun shell scripts
apparently cannot be bothered to check for null LD_LIBRARY_PATH before
prepending something to it.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]