On Tue, Nov 20, 2018 at 07:10:19PM +, Radostin Stoyanov wrote:
> The output of ldd might contain a fully qualified path on the left
> hand side of the '=>'. For example:
>
> (glibc 2.28)
> $ ldd /usr/libexec/libvirt-sandbox-init-common | grep ld
> /lib64/ld-linux-x86-64.so.2 => /usr/lib64
The output of ldd might contain a fully qualified path on the left
hand side of the '=>'. For example:
(glibc 2.28)
$ ldd /usr/libexec/libvirt-sandbox-init-common | grep ld
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2
(0x7fcdceb96000)
(glibc 2.27)
$ ldd /usr/libexec/li