Well, after a bit of testing with a variety of Centos 6 and 7 installs, I found that the Wiki install process for Centos 6.5 worked well on the Centos 6 versions I tested.

For Centos 7, I had to update the wiki process for the R7 EPEL repo:

## RHEL/CentOS 7 64-Bit ##
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
rpm -ivh epel-release-7-5.noarch.rpm
yum install qtwebkit

What got me off on the wrong foot was the number of packages including different combinations of Qt libraries. Many of them did not include the libraries needed by jqt. Here is one example, before I installed qtwebkit:

$ ldd libjqt.so | grep -i qt
        libQtDeclarative.so.4 => not found
        libQtWebKit.so.4 => not found
        libQtOpenGL.so.4 => not found
        libQtGui.so.4 => not found
        libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x00007f5390a95000)
        libQtCore.so.4 => /lib64/libQtCore.so.4 (0x00007f53905aa000)

David Mitchell

On 1/26/2016 09:41, David Mitchell wrote:
Hi all,

I have been trying to install and use J804 on Centos.

I am getting this error:

./jqt.sh
"Downloads/j64-804/bin/libjqt.so"
"could not resolve: state_run:

Cannot load library Downloads/j64-804/bin/libjqt.so: (libQtDeclaritive.so.4:
cannot open shared object file: No such file or directory)"

This looks as if it may be an old error.  Do I have to build my own version of
jqt on Centos to fix this?

Thanks,
David Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to