inspect-library: print the real SONAME of the given library
All threads resolved!
All threads resolved!
This information colud be used to correctly handle libraries like libldap that sometimes is just an alias for libldap_r.
This is the output on Arch:
$ ./x86_64-linux-gnu-inspect-library libldap-2.4.so.2
{
"libldap-2.4.so.2": {
"SONAME": "libldap-2.4.so.2",
"path": "/usr/lib/libldap-2.4.so.2",
And this is on Debian:
$ ./x86_64-linux-gnu-inspect-library libldap-2.4.so.2
{
"libldap-2.4.so.2": {
"SONAME": "libldap_r-2.4.so.2",
"path": "/lib/x86_64-linux-gnu/libldap-2.4.so.2",
/cc @smcv
Merge request reports
Activity
- Resolved by Ludovico de Nittis
This information colud be used
could
- Resolved by Ludovico de Nittis
- Resolved by Ludovico de Nittis
- Resolved by Ludovico de Nittis
added 1 commit
- 05f9eb81 - inspect-library: print the real SONAME of the given library
mentioned in commit c1f13a0e
Please register or sign in to reply