first check whether the folder /usr/lib/x86_64-linux-gnu/ has the file libjqt.so.8.05 and has read permission, and then run ldd to confirm all dependencies are satisfied.
You may also need to run sudo ldconfig to rebuild cache. On Wed, Sep 20, 2017 at 11:38 AM, ss infod <[email protected]> wrote: > Hello, > > I have an error while installing "j805_amd64.deb" on ubuntu 16.04.3 (amd64) > > I followed the instructions on the website: > http://code.jsoftware.com/wiki/System/Installation/Linux > http://code.jsoftware.com/wiki/Guides/Qt_IDE/Install > > In summary I did: > sudo apt-get install libqt5websockets5 > sudo apt-get install libqt5multimediawidgets5 > sudo dpkg -i j805_amd64.deb > sudo ijconsole > install 'all' NB. install all addons > exit 1 > > I also rebooted my PC. > > Why I try to run jqt then I get the following error: > > $ jqt > "libjqt.so.8.05" > "could not resolve: state_run: > > Cannot load library libjqt.so.8.05: (libjqt.so.8.05: cannot open shared > object file: No such file or directory)" > $ > > Any idea what is causing this issue ? > thanks > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
