Hi Ervin, > $ ldd /usr/lib/qt5/bin/uic > linux-vdso.so.1 (0x00007fffebbeb000) > libQt5Core.so.5 => not found > libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 > (0x00007f15f16ab000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 > (0x00007f15f12f1000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 > (0x00007f15f0f5e000) /lib64/ld-linux-x86-64.so.2 (0x00007f15f1cb8000) > libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f15f0d46000) > > $ find /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 > > $ file /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: symbolic link to > libQt5Core.so.5.10.1 > > $ file /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.10.1 > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.10.1: ELF 64-bit LSB shared > object x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=e1c41d9b1532d924df08b21e489ea5ad9cbe653d, for GNU/Linux > 3.17.0, stripped
What does "uname -r" say? This last line of your output indicates a minimum kernel version for the library. We've recently seen examples of people trying to run Qt applications in chroots / containers on top of really old kernels and it fails in exactly this rather confusing way. Could this be the case here? cheers Stuart -- Stuart Prescott http://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint 90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7