ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.8k stars 273 forks source link

Qt online installer #442

Open jhay06 opened 1 year ago

jhay06 commented 1 year ago

I was trying to run the qt online installer , but there's an error on library Looking for ./qt-unified-linux-x64-4.4.2-online.run Rename process to "qt-unified-linux-x64-4.4.2-online.run" Using native(wrapped) libutil.so.1 Using native(wrapped) libz.so.1 Using native(wrapped) libbz2.so.1 Using native(wrapped) liblzma.so.5 Using native(wrapped) libfontconfig.so.1 Using native(wrapped) libfreetype.so.6 Using native(wrapped) libdbus-1.so.3 Using native(wrapped) libxcb-glx.so.0 Using native(wrapped) libX11-xcb.so.1 Error loading needed lib libxcb-icccm.so.4 Error loading one of needed lib Error: loading needed libs in elf /tmp/cebx/Downloads/qt-unified-linux-x64-4.4.2-online.run

ptitSeb commented 1 year ago

I'll check later to wrap this libxcb-iccm library.

jhay06 commented 1 year ago

thanks