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

2020-02-13 Thread Richard W.M. Jones
On Thu, Feb 13, 2020 at 08:23:32AM -0600, Eric Blake wrote: > On 2/13/20 8:01 AM, Richard W.M. Jones wrote: > >Do not use LD_LIBRARY_PATH to locate the VDDK library. Setting this > >always causes problems because VDDK comes bundled with broken > >replacements for system libraries, such as

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

2020-02-13 Thread Eric Blake
On 2/13/20 8:01 AM, Richard W.M. Jones wrote: Do not use LD_LIBRARY_PATH to locate the VDDK library. Setting this always causes problems because VDDK comes bundled with broken replacements for system libraries, such as libcrypto.so and libstdc++.so. Two problems this causes which we have seen

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

2020-02-13 Thread Richard W.M. Jones
Do not use LD_LIBRARY_PATH to locate the VDDK library. Setting this always causes problems because VDDK comes bundled with broken replacements for system libraries, such as libcrypto.so and libstdc++.so. Two problems this causes which we have seen in the real world: (1) User does ‘export