What is the problemWhen to execute anchor test, the terminal would be shown somethings like libssl.so.1.1: cannot open shared object file: No such file or directory, and the fact is your openssl has already been installed, so why is that?Why dose the issue comeBefore we start, you can have a check with openssl version in your terminal. Yes, as you can see, in CentOS 9, the default openssl version is 3.0+, this is the reason why you got the error with libssl.so.1.1, because you really do not h...