/home/bill/OOPM builds/Qt libraries build.txt ************************************* 27Jul2017 ~11:00 Install Qt libraries Follow with comments : "/media/bill/32d51560-aecb-48f6-b14a-adb297a0a984/home/bill/OOPM builds old/ResInsight_GPU/ResInsight binary.txt" >>>> indicates a comment-line of 27Jul2017 $$ indicates a command-line of 27Jul2017 +--+ Try again : $ cd "/home/bill/OPM/ResInsight" /home/bill/OPM/ResInsight $ ./ResInsight >> Result : SHIT!!! at least it's running!!! >> I can't believe it. +--+ $$ ./ResInsight ./ResInsight: error while loading shared libraries: libQtScriptTools.so.4: cannot open shared object file: No such file or directory >>>> Still need Qt!! as per previous : "/media/bill/32d51560-aecb-48f6-b14a-adb297a0a984/home/bill/OOPM builds old/OOPM builds 170215/"ResInsight binary.txt" : ./ResInsight: /home/bill/OPM/ResInsight/libssl.so.10: version `libssl.so.10' not found (required by /home/bill/OPM/ResInsight/libQtNetwork.so.4) From "/media/bill/32d51560-aecb-48f6-b14a-adb297a0a984/home/bill/OOPM builds/0_hardware & packages.txt" +-----+ Qt5-qmake - Qt 5 qmake makefile generator tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. This package contains the Qt 5 qmake, a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. Qt 5 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. This package contains also these platform specifications. +-----+ >>>> So get this from Ubuntu Software manager? >>>> can't find - I can't find anything there web-search "Ubuntu and Synaptic" I used Ubuntu Software manager to install Synaptic >>>> Qt5-qmake is already installed!?!??? $ bash "/home/bill/OOPM builds/0_environment.sh" cd {/usr} find 2>&1 -nowarn -iname "libQt*" | grep >"/home/bill/OOPM builds old/finds/find libQt in usr 170727 11h39m.txt" 2>&1 --invert-match "Permission denied" >> Results (manually copy-paste pertinent parts) : 8.4 kbytes Lots of libraries!! but not libQtScriptTools, do have libQtScript.so.4 >> Check for libQtScriptTools in Synaptic libqt4-scripttools is installed libqt5scripttools5 is NOT installed -> I installed it >> Note, already installed : /usr/lib/x86_64-linux-gnu/libQt[Network.so.[4,4.8,4.8.7],5Network.so.[5,5.5,5.5.1] >> How about making a link /usr/lib/x86_64-linux-gnu/libQtScriptTools.so.4 pont to /usr/lib/x86_64-linux-gnu/[libQtScriptTools.so.4???,libQt5ScriptTools.so.5] >> There is NO libqt4-scripttools in /usr/lib/x86_64-linux-gnu/ ???? Even though Synptic shows this installed, I re-installed it : Now I have /usr/lib/x86_64-linux-gnu/libQtScriptTools.so.[4,4.8,4.8.7] Retry ~/OPM/ResInsight $$ ResInsight >> OK, now ResInsight runs!