Starting cryoSPARC System master process..
CryoSPARC is not already running.
database: started
command_core: started
curl: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
Can you explain your solution in more details, please? These files seem to come with conda packages, so it does not seem safe to simply delete them and could have unintended side effects.
I am wondering if updating curl could work, since I see the system package manager lists a new version for it. I will try that when I have time.
Sorry for the inconvenience. We’ll most likely release a patch for this bug soon, but in the mean time, this is what another one of our users did to get around it:
I had to install the openssl-devel package and its dependencies, and then remove all the ‘libcrypto.so.1.1’ files with ‘find -name “libcrypto.so.1.1” -delete -print’.