I think ldd /usr/bin/jqt won't point to libjqt.so since the library is dynamic loaded. However ldd /usr/lib/x86_64-linux-gnu/libjqt.so would be more informative.
also install'qtide' may need an additional sudo ldconfig for fresh install in order to add libjqt.so to cache. Ср, 22 фев 2017, Raul Miller написал(а): > what does ls -l /usr/bin/jqt /usr/lib/x86_64-linux-gnu/libjqt.so tell you? > > what does ldd /usr/bin/jqt tell you? > > Thanks, > > -- > Raul > > > On Wed, Feb 22, 2017 at 9:25 AM, Olivier N. > <[email protected]> wrote: > > Hello, > > > > I just installed the new J on my Debian Sid box. > > > > At first, I had to apt-get install libqt5widgets5 > > in order to launch ijconsole. Then I install'all'. > > But, now, I'm stuck with this error when I try to > > launch jqt : > > > > "libjqt.so" > > "could not resolve: state_run: > > > > Cannot load library libjqt.so: > > (libQt5Multimedia.so.5: cannot open shared object file: > > No such file or directory)" > > > > I check the mailing list again and found that > > I should re install'qtide' which I did and got > > > > cd /usr/bin && \ > > tar --no-same-owner --no-same-permissions \ > > -xzf "/tmp/jqt-linux-x64.tar.gz" && \ > > chmod 755 jqt && \ > > chmod 644 libjqt.so && \ > > mv libjqt.so /usr/lib/x86_64-linux-gnu/ > > > > But to no avail. > > > > So what can I do now? > > > > Thanks in advance for your help! > > > > Olivier > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
