Page 1 of 1

Checkinstall library problem (solved)

PostPosted: Jun 19th, '16, 07:53
by ozky
I have weird problem with qt5.7 community installed binaries,qupzilla it builds fine but when i try to install it complains missing library.
Code: Select all
qupzilla-2.0.1-1.x86_64 (due to unsatisfied devel(libQt5WebEngineWidgets(64bit)))

I have try to export ld library path but nothing.
I even try to add qmake_rpath to link it build time to include path but it don't still wan't to work.
All those libraries is installed to /opt/Qt5.7.0/5.7/gcc_64/lib including webengine.

https://download.qt.io/archive/qt/5.7/5.7.0/

Re: Checkinstall library problem

PostPosted: Jun 19th, '16, 11:07
by doktor5000
ozky wrote:
Code: Select all
qupzilla-2.0.1-1.x86_64 (due to unsatisfied devel(libQt5WebEngineWidgets(64bit)))

That message is from rpm/urpmi, you have no package installed or in the currently configured repositories which provides devel(libQt5WebEngineWidgets(64bit))

Re: Checkinstall library problem

PostPosted: Jun 19th, '16, 11:09
by ozky
This was working with qt5.5 with checkinstall it added it to provides automatically.
Also should checkinstall scan requires from ldd config ? it links it like it should be but checkinstall can't see those libraries.
I can prefix it to home folder but would be lot more better to get it systemwide installed.

Re: Checkinstall library problem

PostPosted: Jun 20th, '16, 13:29
by ozky
I managed to build it with no system data path and qt installed to /opt.
It can be started from anywhere without any hacks like ld path export.
I will add solved this topic.