Thanks. Good catch.
--
Nadav Har'El
n...@scylladb.com
On Sat, May 18, 2019 at 1:02 AM Waldemar Kozaczuk
wrote:
> This patch enhances dynamic linker to resolve dependent
> objects that rely on DT_RUNPATH entry to specify directories to search for.
>
> Some ELFs have both DT_RUNPATH and DT_RPATH
This patch enhances dynamic linker to resolve dependent
objects that rely on DT_RUNPATH entry to specify directories to search for.
Some ELFs have both DT_RUNPATH and DT_RPATH in which case our
linker disregards the latter per specification.
For details read slide "Finding shared libraries at run