Bruce Richardson, Sep 28, 2022 at 12:53: > How about "ldconfig -p" and just using the list of libraries given to > match against those requested in the elf file, rather than worrying > about directories at all?
I could do that but then, the DT_RUNPATH and LD_LIBRARY_PATH directories must be searched at runtime anyways. It seems more consistent to use a single method to resolve dynamic libraries.