On Sat, Feb 23, 2019 at 6:33 PM Roger Koehler <[email protected]> wrote:
>
> On Fri, Feb 22, 2019 at 3:30 PM Roger Koehler <[email protected]> 
> wrote:
> >
> > On Fri, Feb 22, 2019 at 3:09 PM Roger Koehler <[email protected]> 
> > wrote:
> > >
> > > On Fri, Feb 22, 2019 at 2:59 PM Roger Koehler <[email protected]> 
> > > wrote:
> > > >
> > > > On Wed, Feb 20, 2019 at 8:30 PM Bruce Dubbs via blfs-dev 
> > > > <[email protected]> wrote:
> > > > >
> > > > > 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.
> > >
> > > Here is where the problem is:
> > (See previous post for image.)
> > Why isn't it finding it?
>
> So, I copied libQtCore.so.5.2.1 from the qtbase/lib build area to
> /usr/lib, ran ldconfig, did a make clean and make, and it still can't
> find it!

p.s. I also manually created the libQtCore.so.5 and libQtCore.so
symbolic links in /usr/lib before ldconfig.

> I guess I'm going to have to go back to debian if I want to use
> anything that requires qt, or copy the binaries.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to