iVentoy was built with -rpath option, so there is no need for LD_LIBRARY_PATH
iVentoy must run under the decompressed directory, so if you run ldd under the correct directory you will get the right dependency result:
[root@CENTOS212 iventoy-1.0.11]# ldd lib/iventoy
linux-vdso.so.1 => (0x00007ffc27503000)
libglib-2.0.so.0 => ./lib/lin64/libglib-2.0.so.0 (0x00007f2eddfc1000)
libgthread-2.0.so.0 => ./lib/lin64/libgthread-2.0.so.0 (0x00007f2edddbf000)
libevent-2.1.so.7 => ./lib/lin64/libevent-2.1.so.7 (0x00007f2eddb6a000)
libevent_pthreads-2.1.so.7 => ./lib/lin64/libevent_pthreads-2.1.so.7 (0x00007f2edd967000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f2edd763000)
libwim.so.15 => ./lib/lin64/libwim.so.15 (0x00007f2edd4f3000)
libc.so.6 => /lib64/libc.so.6 (0x00007f2edd126000)
libiconv.so.2 => ./lib/lin64/libiconv.so.2 (0x00007f2edce41000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2edcc25000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2ede333000)
[root@CENTOS212 iventoy-1.0.11]#
Besides, iVentoy only supports to run in the system with glibc. musl is not suported.
iVentoy must run under the decompressed directory, so if you run ldd under the correct directory you will get the right dependency result:
[root@CENTOS212 iventoy-1.0.11]# ldd lib/iventoy
linux-vdso.so.1 => (0x00007ffc27503000)
libglib-2.0.so.0 => ./lib/lin64/libglib-2.0.so.0 (0x00007f2eddfc1000)
libgthread-2.0.so.0 => ./lib/lin64/libgthread-2.0.so.0 (0x00007f2edddbf000)
libevent-2.1.so.7 => ./lib/lin64/libevent-2.1.so.7 (0x00007f2eddb6a000)
libevent_pthreads-2.1.so.7 => ./lib/lin64/libevent_pthreads-2.1.so.7 (0x00007f2edd967000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f2edd763000)
libwim.so.15 => ./lib/lin64/libwim.so.15 (0x00007f2edd4f3000)
libc.so.6 => /lib64/libc.so.6 (0x00007f2edd126000)
libiconv.so.2 => ./lib/lin64/libiconv.so.2 (0x00007f2edce41000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2edcc25000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2ede333000)
[root@CENTOS212 iventoy-1.0.11]#
Besides, iVentoy only supports to run in the system with glibc. musl is not suported.