[Libguestfs] [nbdkit PATCH v7 0/2] vddk: Drive library loading from libdir parameter.

Eric Blake eblake at redhat.com
Tue Feb 18 17:05:09 UTC 2020


In v7:
everything should work now! The re-exec code is slightly simplified,
with Rich's suggestion to pass the original LD_LIBRARY_PATH rather
than just the prefix being added, and I've now finished wiring up the
initial dlopen() check into code that correctly computes the right
prefix dir to add to LD_LIBRARY_PATH.

Eric Blake (1):
  vddk: Add re-exec with altered environment

Richard W.M. Jones (1):
  vddk: Drive library loading from libdir parameter.

 plugins/vddk/nbdkit-vddk-plugin.pod |  39 +++--
 plugins/vddk/vddk.c                 | 232 ++++++++++++++++++++++++----
 tests/test-vddk-real.sh             |  14 +-
 tests/test-vddk.sh                  |  17 +-
 4 files changed, 248 insertions(+), 54 deletions(-)

-- 
2.24.1




More information about the Libguestfs mailing list