On 2/20/19 8:45 PM, Roger Koehler via blfs-dev wrote:
Sorry, I attached the wrong file. That was the script that I ran. Here's the log.
make[3]: Entering directory '/var/lib/sources/qt5/qt-everywhere-src-5.12.1/qtbase/src/gui' /var/lib/sources/qt5/qt-everywhere-src-5.12.1/qtbase/bin/qmake -o Makefile gui.pro /var/lib/sources/qt5/qt-everywhere-src-5.12.1/qtbase/src/gui/qvkgen_wrapper.sh vulkan/vk.xml /var/lib/sources/qt5/qt-everywhere-src-5.12.1/qtbase/header.LGPL vulkan/qvulkanfunctions /var/lib/sources/qt5/qt-everywhere-src-5.12.1/qtbase/bin/qvkgen: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
It looks like this is happening long before install. Checking my log, libQt5Core.so.5 is built on line 875 on my log and the problem is showing up on line 1042.
I looks like the library should be in qtbase/src/corelib. If libQt5Core.so.5 is there, run ldd on it and see if it can find all the components it needs.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
