Sorry, just realized that is seems updated to v4.7.1, although I’m not sure of this. I tried to manually update it by downloading the master and worker folders and update via --skip-download.
In any case would be nice to have the standard cryosparcm update back in function.
On rocky-8.10, I expect that the /usr/bin/curl command included in the Rocky Linux “official” curl (-7.61.1 as of August 2025) package would do the job, and that ldd /usr/bin/curl would mostly show libraries in the /lib64/ directory.
The ldd output you posted suggests that either
the /usr/bin/curl installation is broken on your system
or a different curl binary is being used. You may try the command
cryosparcm call which curl
to find out.
or your configured user environment is in an otherwise incompatible state. What are the outputs of the commands:
# ls -l /bin
lrwxrwxrwx 1 root root 7 Oct 11 2021 /bin -> usr/bin
but I’d also expect /usr/bin/ to precede /bin/ in the $PATH.
If you are still wondering about how to fix the issue, please can you post the outputs of the commands
Hi @wtempel,
after some checks I figured out that the cryosparc account has user specific environments and startup programs in a separate /.bashrc_profile. Now I modified it to have curl pointing to usr/local/bin. Curl itself seems to work, but when I launch cryosparcm update (with list or check) gives me empty answer as before. Bah.
i need to recall which command I used to have the error 43 but I think it’s still there.
Will keep you posted