andreaugustoaragao
andreaugustoaragao
Interesting if I execute using bash I get a different message: [aragao@dev:/tmp/GoLand-2023.1.1/jbr.old/bin]$ ./java bash: ./java: cannot execute: required file not found
Not sure if this is relevant: [nix-shell:/tmp/GoLand-2023.1.1/jbr.old/bin]$ ldd ./java linux-vdso.so.1 (0x0000ffff8f10e000) libz.so.1 => not found libjli.so => /tmp/GoLand-2023.1.1/jbr.old/bin/./../lib/libjli.so (0x0000ffff8f070000) libpthread.so.0 => /nix/store/rjpx52ch4508wrq8wjf5nnbsc6pr3158-glibc-2.37-8/lib/libpthread.so.0 (0x0000ffff8f040000) libdl.so.2 => /nix/store/rjpx52ch4508wrq8wjf5nnbsc6pr3158-glibc-2.37-8/lib/libdl.so.2 (0x0000ffff8f010000) libc.so.6 => /nix/store/rjpx52ch4508wrq8wjf5nnbsc6pr3158-glibc-2.37-8/lib/libc.so.6...
I manually copied libz.so.1 into the lib directory and it still does not work so I suspect something else is going on here. [root@dev:/tmp/GoLand-2023.1.1/jbr.old/bin]# ldd java linux-vdso.so.1 (0x0000ffff9d5eb000) libz.so.1 =>...
Last comment: I also tried fsnotifier executable and it generates the same error.