search for: libvmacore

Displaying 3 results from an estimated 3 matches for "libvmacore".

2020 Feb 17
2
Re: [nbdkit PATCH v5 4/4] vddk: Drive library loading from libdir parameter.
...DED Shared library: [libdl.so.2] NEEDED Shared library: [libcrypto.so.1.0.2] NEEDED Shared library: [libssl.so.1.0.2] NEEDED Shared library: [libexpat.so] NEEDED Shared library: [libz.so.1] NEEDED Shared library: [libvmacore.so] NEEDED Shared library: [libvmomi.so] NEEDED Shared library: [libvim-types.so] NEEDED Shared library: [librt.so.1] NEEDED Shared library: [libgcc_s.so.1] NEEDED Shared library: [libc.so.6] NEEDED Shared lib...
2020 Feb 17
0
Re: [nbdkit PATCH v5 4/4] vddk: Drive library loading from libdir parameter.
...[libdl.so.2] > NEEDED Shared library: [libcrypto.so.1.0.2] > NEEDED Shared library: [libssl.so.1.0.2] > NEEDED Shared library: [libexpat.so] > NEEDED Shared library: [libz.so.1] > NEEDED Shared library: [libvmacore.so] > NEEDED Shared library: [libvmomi.so] > NEEDED Shared library: [libvim-types.so] > NEEDED Shared library: [librt.so.1] > NEEDED Shared library: [libgcc_s.so.1] > NEEDED Shared library: [libc.so.6] &g...
2020 Feb 17
5
[nbdkit PATCH v5 0/4] vddk: Drive library loading from libdir parameter.
Differences from v4: Patch 1 is simplified: I realized that since we already use -rdynamic for nbdkit (after all, we WANT our dlopen()d plugins to be able to call our nbdkit_* exports), it is only a matter of adding dlopen to the set of symbols that we export. With that done, there is no separate shared library needed; our dlopen shim is now part of nbdkit proper, and we don't have to tweak