In the directory ~bin, J looks for the file libgmp.so not libgmp.so.10 . Please rename the file name and test again. Thanks,
On Wed, Jan 25, 2023 at 8:24 PM Igor Zhuravlov <[email protected]> wrote: > user@host:~/j904/bin> mv libgmp.so ~/tmp/ > > user@host:~/j904/bin> ./jconsole > libgmp.so: cannot open shared object file: No such file or directory > x: 1000 > |nonce error, executing monad x: > | x:1000 > exit '' > > user@host:~/j904/bin> ldd libjqt.so.2.0.3 | fgrep gmp > libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00007f6885c48000) > > user@host:~/j904/bin> cp -d /usr/lib64/libgmp.so* . > > user@host:~/j904/bin> LANG=C ls -l libgmp.so* > lrwxrwxrwx 1 user users 16 Jan 25 22:04 libgmp.so.10 -> > libgmp.so.10.3.2 > -rwxr-xr-x 1 user users 615352 Jan 25 22:04 libgmp.so.10.3.2 > > user@host:~/j904/bin> ./jconsole > libgmp.so: cannot open shared object file: No such file or directory > x: 1000 > |nonce error, executing monad x: > | x:1000 > exit '' > > user@host:~/j904/bin> ldd libjqt.so.2.0.3 | fgrep gmp > libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00007f3ce354b000) > > I have two PCs with freshly installed 64-bit OS Linux and almost the same > set > of packages on the board. A notebook has the problem described above, but > desktop computer runs without problems. > > -- > Regards, > Igor > > > On Mon, Jan 23, 2023 at 10:47 PM bill lam <[email protected]> wrote: > > Can you help debugging by narrowing down the possible issues of the > > libgmp.so bundled in the j ~bin folder? Delete or move the > ~bin/libgmp.so > > to other places. Then copy the libgmp.so.10 from your linux lib folder > to j > > bin/libgmp.so > > > > And then retry if x: 1000 will work? > > > > On Mon, 23 Jan 2023 at 8:04 PM Igor Zhuravlov <[email protected]> > wrote: > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
