Project 'steam/steam-runtime-tools' was moved to 'steamrt/steam-runtime-tools'. Please update any links and bookmarks that may still have the old path.
library: Add an accessor for the real SONAME
Compare changes
Includes !128 (merged), please review that first.
/cc @denittis
library: Distinguish between requested name and SONAME
In rare cases, like libldap-2.4 and libcurl in scout, they can differ.
library: Add an accessor for the real SONAME
In s-r-system-info, we show libraries whose SONAME is not the same as the name we asked for, even in non-verbose mode. For example, if the expectations have not been updated to list libldap_r-2.4.so.2 yet, Debian systems will show:
"libldap-2.4.so.2" : {
"soname" : "libldap_r-2.4.so.2",
"path" : "/usr/lib/x86_64-linux-gnu/libldap-2.4.so.2"
},