Which version of libqtcore do you have installed? Thanks,
-- Raul On Sun, Feb 5, 2017 at 5:47 PM, Bill Harris <[email protected]> wrote: > I've not used J in a year or more, but it's time to do some calcs that I > put into a J script years ago, and so I just installed 8.05 onto a Debian > Jessie 64-bit system per > http://code.jsoftware.com/wiki/System/Installation/Linux. I even did the > install 'all', for better or worse. > > I then exited J, returned to a non-root account, and did this: > > Finished install of JQt binaries. > Exit and restart J using jqt.sh > exit > 2!:55 > exit'' > bill:~$ jqt.sh > bash: jqt.sh: command not found > bill:~$ jqt > "/usr/bin/libjqt.so" > "could not resolve: state_run: > > Cannot load library /usr/bin/libjqt.so: (libQt5WebKitWidgets.so.5: cannot > open shared object file: No such file or directory)" > > In case it matters, I do have libqt5widgets5 installed. > > I'll repeat Jan-Pieter's question from three years ago: what did I do > wrong? What do I do now? > > Thanks, > > Bill > > > On Tue, Feb 11, 2014 at 1:57 AM, bill lam <[email protected]> wrote: > >> May be some of the files are out-of-date. Now built again, >> please try start j by sudo, eg >> sudo ijconsole >> >> then inside j session, type >> >> install'qtide' >> >> the libjqt.so should be installed in folder for debian64 >> >> /usr/lib/x86_64-linux-gnu/ >> >> The deb is installed on /usr so that root privilege is needed. >> OTOH the zip can be installed inside user's home and does not >> require root access. >> >> Вт, 11 фев 2014, Jan-Pieter Jacobs писал(а): >> > Congratulations with the new release! >> > >> > I decided to try the Ubuntu 64-bit package, but run into trouble after >> > doing " install 'qtide' ": >> > >> > jpjacobs@hercules ~/Dropbox/scripts/J % >> > /usr/bin/jqt >> > "/usr/bin/libjqt" >> > "could not resolve: state_run: >> > >> > Cannot load library /usr/bin/libjqt: (/usr/bin/libjqt.so: cannot open >> > shared object file: No such file or directory)" >> > >> > What am I doing wrong? >> > >> > As a side comment, it would be nice to be able to install the extra's for >> > the current user only if no root access is provided (as for instance >> > LuaRocks[1] does for Lua) >> > >> > Kind regards, >> > >> > Jan-Pieter >> > [1]: http://luarocks.org/ >> > >> > >> > 2014-02-11 2:00 GMT+01:00 bill lam <[email protected]>: >> > >> > > This had been reported during beta cycle, please report to Avast about >> > > this false positive alarm as what was being noted in the header of the >> > > download page. >> > > >> > > That exe was built within linux so it is very unlikely to be infected. >> > > >> > > 11.02.2014, в 8:52, Pascal Jasmin <[email protected]> написал(а): >> > > >> > > > great news. Thank you all that worked on release. >> > > > >> > > > An issue is that avast thinks that j801_win64.exe is infected with >> > > win32:malware-gen . >> > > > >> > > > >> > > > ----- Original Message ----- >> > > > From: Eric Iverson <[email protected]> >> > > > To: Programming forum <[email protected]> >> > > > Cc: >> > > > Sent: Monday, February 10, 2014 7:39:13 PM >> > > > Subject: [Jprogramming] J801 released! >> > > > >> > > > J801 has been released, and can be downloaded from >> > > > http://www.jsoftware.com/download/j801. >> > > > >> > > > (browser page refresh may be required to see new page rather than old >> > > > page from the cache) >> > > > >> > > > The main change is in the desktop IDE. This has been rewritten in Qt >> > > > instead of GTK, and includes a replacement for the J6 window driver, >> > > > wd. >> > > > >> > > > For those not making essential use of either J7 GTK or J6 wd, the new >> > > > system should be a straightforward upgrade. In particular, the J >> > > > engine, J console and JHS are the same in both J7 and J8. >> > > > >> > > > Going forward, we will focus development efforts only on J8, and not >> > > > try to keep J6 or J7 up to date. >> > > > >> > > > A great deal of community effort went into this release, and we would >> > > > like to thank everyone who contributed both in development and >> > > > testing. Especial thanks are due to the core Qt development group: >> > > > >> > > > Norman Drinkwater >> > > > Bill Lam >> > > > David Mitchell >> > > > Ric Sherlock >> > > > ------------------------------------------------------------ >> ---------- >> > > > For information about J forums see http://www.jsoftware.com/ >> forums.htm >> > > > >> > > > ------------------------------------------------------------ >> ---------- >> > > > For information about J forums see http://www.jsoftware.com/ >> forums.htm >> > > ---------------------------------------------------------------------- >> > > 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 >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
