[PATCH v6] usertools: rewrite pmdinfo
Robin Jarry
rjarry at redhat.com
Wed Sep 28 13:12:52 CEST 2022
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.
More information about the dev
mailing list