after building it works.
thanks

On Mon, May 18, 2020 at 11:20 AM bill lam <[email protected]> wrote:

> the j901 base library you got has a bug that it failed to copy the libjqt,
> fix will be in the next update.
>
> j902 base library itself should have no problem, but the Qt library in your
> computer is incompatible with the libjqt built from our stock Qt. Probably
> your Qt is newer.
>
> Your have to build jqt from source on your computer.
>
>
>
> On Mon, May 18, 2020, 4:49 PM çağlar girit <[email protected]> wrote:
>
> > Hello,
> >
> > I tried to install both 901 and 902beta and was unsuccessful
> > "out-of-the-box".
> > I have Debian unstable and followed the instructions for installation.
> >
> > ** 901
> >
> > after "sudo dpkg -i j901_amd64.deb" and having installed all the Qt5
> > dependencies, I install the full qtide with "sudo ijconsole; install
> 'all'
> > ", i have the following error when i run "jqt":
> >
> > "libjqt.so.9.01"
> > "could not resolve: state_run:\n\nCannot load library libjqt.so.9.01:
> > (libjqt.so.9.01: cannot open shared object file: No such file or
> > directory)"
> >
> > Running "find / -name libjqt.so\*" finds the following libraries and
> > symbolic links in the "/tmp" directory:
> >
> > lrwxrwxrwx 1 root root      15 Apr  5 17:05 /tmp/libjqt.so.1 ->
> > libjqt.so.1.8.7
> > lrwxrwxrwx 1 root root      15 Apr  5 17:05 /tmp/libjqt.so.1.8 ->
> > libjqt.so.1.8.7
> > -rw-r--r-- 1 root root 2749360 Apr  5 17:05 /tmp/libjqt.so.1.8.7
> >
> > I move them to /usr/lib/x86_64-linux-gnu/ and
> > then add an additional symbolic link to libjqt.so.9.01 with:
> > "sudo ln -s libjqt.so.1.8.7 libjqt.so.9.01"
> >
> > and finally jqt works! Is there a problem in the installation process or
> my
> > configuration?
> >
> > ** 902beta
> >
> > I installed the required Qt5 packages via Debian apt.
> >
> > "ldd jqt | grep Qt" gives
> >         libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
> > (0x00007f7d3de6b000)
> >         libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
> > (0x00007f7d3d931000)
> >
> > and listing their locations gives
> > lrwxrwxrwx 1 root root 19 Apr 16 19:05
> > /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 -> libQt5Gui.so.5.12.5
> > lrwxrwxrwx 1 root root 20 Apr 16 19:05
> > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 -> libQt5Core.so.5.12.5
> >
> > when I run "jqt.sh" for 902beta I get the following error:
> > bin/jqt: symbol lookup error: /home/cog/bin/j902/bin/libjqt.so: undefined
> > symbol: malloc, version Qt_5
> >
> > I couldn't fix this one.
> >
> >
> >
> > Although I got the 901 to work, maybe there is a problem with the install
> > procedure or my own setup.
> > For 902, why doesn't it work? Should I also post to "beta"?
> >
> > Thank you,
> > Çağlar
> >
> >
> > --
> > çög
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>


-- 
çög
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to