Subject: Re: ld.elf_so searchpaths
To: None <tech-userlevel@netbsd.org>
From: Allen Briggs <briggs@canolog.ninthwonder.com>
List: tech-userlevel
Date: 03/14/1999 12:24:10
All of this is assuming that LD_RUN_PATH (is this rpath?) is the only
path searched for setuid and setgid executables, right?

If that's the case, the Solaris searchpath does seem correct.

-allen

> Ok, so I checked, and on Solaris the searchpath is:
> 
> 	1) LD_LIBRARY_PATH
> 	2) rpath
> 	3) default path
> 
> on NetBSD's ELF platforms:
> 
> 	1) rpath
> 	2) LD_LIBRARY_PATH
> 	3) default path