Re: [libvirt] [sandbox PATCH 1/2] builder: Use prefix '=> /' to identify lib path

2018-11-21 Thread Daniel P . Berrangé
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

[libvirt] [sandbox PATCH 1/2] builder: Use prefix '=> /' to identify lib path

2018-11-20 Thread Radostin Stoyanov
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