ccViewer is unable to find the Qt files despite exist

Feel free to ask any question here
Post Reply
keestu
Posts: 1
Joined: Tue Jan 29, 2019 10:08 am

ccViewer is unable to find the Qt files despite exist

Post by keestu »

I managed to install ccViewer, but while running i am getting below error.

ccViewer: /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5: version `Qt_5' not found (required by ccViewer)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ccViewer)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required by ccViewer)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ccViewer)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ccViewer)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_IO_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required by /usr/local/lib/cloudcompare/libQCC_IO_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_IO_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_IO_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_DB_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_DB_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required by /usr/local/lib/cloudcompare/libQCC_DB_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_DB_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libQCC_DB_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required by /usr/local/lib/cloudcompare/libCC_CORE_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libCC_CORE_LIB.so)
ccViewer: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5: version `Qt_5' not found (required by /usr/local/lib/cloudcompare/libCC_CORE_LIB.s



INTERESTINGLY, I LOOKED AT THE FOLDER /usr/lib/x86_64-linux-gnu, and all the files are available already.

lrwxrwxrwx 1 root root 21 May 13 2017 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5 -> libQt5OpenGL.so.5.5.1
lrwxrwxrwx 1 root root 18 May 13 2017 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 -> libQt5Gui.so.5.5.1
lrwxrwxrwx 1 root root 19 May 13 2017 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 -> libQt5Core.so.5.5.1
lrwxrwxrwx 1 root root 22 May 13 2017 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 -> libQt5Widgets.so.5.5.1


WHEN FILES ARE STILL AVAILABLE, WHY IT IS SHOUTING AT ME SAYING IT DOESN'T FIND FILE? KINDLY HELP.
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: ccViewer is unable to find the Qt files despite exist

Post by daniel »

I'm not a Linux guru, but I remember that you add to call a command at least once to declare the .so files so that they can be found when running CloudCompare. Sadly I can't remember what the command was exactly, and they it doesn't seem to be explained anymore in the newest build instructions (https://github.com/CloudCompare/CloudCo ... r/BUILD.md).

Hopefully a Linux guru can answer ;)
Daniel, CloudCompare admin
Post Reply