wget: /usr/local/lib/libssl.so.1.1: version `OPENSSL_1_1_0' not found (required by wget)
wget: /usr/local/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by wget)
这是我得报错信息,可以看到是openssl的版本不一致,StackOverflow有一篇帖子记录这个问题解决方案,可以参考
wget: /usr/local/lib/libssl.so.1.1: version `OPENSSL_1_1_0' not found (required by wget)
wget: /usr/local/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by wget)
这是我得报错信息,可以看到是openssl的版本不一致,StackOverflow有一篇帖子记录这个问题解决方案,可以参考