2020-11-24 14:56:37
ssh: error while loading shared libraries: libcrypto.so.1.0.0:
cannot open shared object file: No such file or directory

解法1:
gcc默认/usr/lib64/目录,需要创建如下软链接
/usr/lib64 # ln -s /usr/lib/libssl.so.1.0.0
/usr/lib64 # ln -s /usr/lib/libcrypto.so.1.0.0

相关文章:

  • 2021-04-24
  • 2021-08-13
  • 2022-01-16
  • 2021-04-04
  • 2021-08-29
  • 2022-02-23
  • 2021-09-29
猜你喜欢
  • 2021-08-20
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-07-30
  • 2021-10-04
相关资源
相似解决方案