View Single Post
Old 11-27-2014, 02:21 PM   #7
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
then there's also LD_LIBRARY_PATH, an environment variable that, when set, can add to the search path of the linker. But somehow I'm puzzled that this is about a *subdirectory* of /usr/lib. The linker typically doesn't search there, so you might be facing the problem that some software does an dl("/usr/lib/ao/...") - and you can't fix that by patching the ELF files, since in that case, the library path is a string, not metadata of the ELF file. (Though technically, it might be in the strings section of the ELF, but now it's getting complicated...)
hawhill is offline   Reply With Quote