Something odd, here. For whatever reason, you didn't include the result of running the file command on the libgmp.so file which was supposed to have been distributed with J.
But I guess you got it working, so perhaps that's good enough. -- Raul On Wed, Jan 25, 2023 at 6:53 AM Igor Zhuravlov <[email protected]> wrote: > > user@host:~/j904/bin> LANG=C strace -e openat ./jconsole 2>&1 | grep gmp > openat(AT_FDCWD, "/home/user/j904/bin/libgmp.so", O_RDONLY|O_CLOEXEC) = 3 > x: 1000 > openat(AT_FDCWD, "/home/user/j904/bin/libgmp.so", O_RDONLY|O_CLOEXEC) = 3 > 00007fe066d65e2e: ?:0: __gmpz_get_str > > user@host:~/j904/bin> for f in {.,/usr/lib64}/libgmp.so*; do file $f; done > ./libgmp.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), > dynamically linked, BuildID[sha1]=bb9f305cf7351a19f879af350eab1775bcb03091, > not stripped > /usr/lib64/libgmp.so.10: symbolic link to libgmp.so.10.3.2 > /usr/lib64/libgmp.so.10.3.2: ELF 64-bit LSB shared object, x86-64, version 1 > (SYSV), dynamically linked, > BuildID[sha1]=9e11b2a675e3fd8af6d9ae9328dc8f105f15292f, stripped > > user@host:~/j904/bin> ldd libjqt.so.2.0.3 | fgrep gmp > libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00007f8c30572000) > > user@host:~/j904/bin> LANG=C ls -l {.,/usr/lib64}/libgmp.so* > -rw-r--r-- 1 user users 569448 Jan 15 23:05 ./libgmp.so > lrwxrwxrwx 1 root root 16 Nov 18 2021 /usr/lib64/libgmp.so.10 -> > libgmp.so.10.3.2 > -rwxr-xr-x 1 root root 615352 Nov 18 2021 /usr/lib64/libgmp.so.10.3.2 > > -- > Regards, > Igor > > > On Mon, Jan 23, 2023 at 10:41 PM Raul Miller <[email protected]> wrote: > > I cannot reproduce this issue (and I think it should not be happening). > > > > Can you tell me what this gives you? > > > > :|LANG=C strace -e openat ./jconsole 2>&1 | grep gmp > > > > Also, if this identifies a symbolic link or a file can you tell me > > what the file command tells you about that (symbolic link and) file?' > > > > Thanks, > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
