07-15-2023, 03:07 AM
First, I'd like to thank you for this PXE boot version ventoy. This is amazing!
I want to host iventoy on a openwrt x86 system. I got the glibc, libevent2 and etc installed. But still no way to makes it run iventoy. I ldd it and find it has a libwim dependency. But somehow I see a topic about no intention for supporting wim boot. So is it possbile to remove this dependency? Or please kindly provide suggestions on how to resolve this. Thanks. Heres my ldd output.
ldd iventoy
/lib64/ld-linux-x86-64.so.2 (0x7f26bc78c000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x7f26bc684000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x7f26bc67f000)
libevent-2.1.so.7 => /usr/lib/libevent-2.1.so.7 (0x7f26bc645000)
libevent_pthreads-2.1.so.7 => /usr/lib/libevent_pthreads-2.1.so.7 (0x7f26bc640000)
libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f26bc78c000)
Error loading shared library libwim.so.15: No such file or directory (needed by iventoy)
libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f26bc78c000)
libevent_core-2.1.so.7 => /usr/lib/libevent_core-2.1.so.7 (0x7f26bc61c000)
Error relocating iventoy: wimlib_decompress: symbol not found
Error relocating iventoy: g_tree_node_value: symbol not found
Error relocating iventoy: wimlib_free_decompressor: symbol not found
Error relocating iventoy: g_tree_node_first: symbol not found
Error relocating iventoy: wimlib_create_decompressor: symbol not found
Error relocating iventoy: g_tree_node_next: symbol not found
I want to host iventoy on a openwrt x86 system. I got the glibc, libevent2 and etc installed. But still no way to makes it run iventoy. I ldd it and find it has a libwim dependency. But somehow I see a topic about no intention for supporting wim boot. So is it possbile to remove this dependency? Or please kindly provide suggestions on how to resolve this. Thanks. Heres my ldd output.
ldd iventoy
/lib64/ld-linux-x86-64.so.2 (0x7f26bc78c000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x7f26bc684000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x7f26bc67f000)
libevent-2.1.so.7 => /usr/lib/libevent-2.1.so.7 (0x7f26bc645000)
libevent_pthreads-2.1.so.7 => /usr/lib/libevent_pthreads-2.1.so.7 (0x7f26bc640000)
libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f26bc78c000)
Error loading shared library libwim.so.15: No such file or directory (needed by iventoy)
libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f26bc78c000)
libevent_core-2.1.so.7 => /usr/lib/libevent_core-2.1.so.7 (0x7f26bc61c000)
Error relocating iventoy: wimlib_decompress: symbol not found
Error relocating iventoy: g_tree_node_value: symbol not found
Error relocating iventoy: wimlib_free_decompressor: symbol not found
Error relocating iventoy: g_tree_node_first: symbol not found
Error relocating iventoy: wimlib_create_decompressor: symbol not found
Error relocating iventoy: g_tree_node_next: symbol not found