阅读背景:

anaconda3/lib/libcrypto.so.1.0.0: no version information available (required by wget)

来源:互联网 

Solution:

sudo ldconfig /lib/x86_64-linux-gnu/
#you need to use the libcrypto.so from /lib/x86_64-linux-gnu/ as library path instead of the Anaconda lib.

export LD_LIBRARY_PATH=/home/user/anaconda3/lib/
#add a line in you environment config file, if you want to use Anaconda lib as a backup lib path.
sudo ldconfig /lib/x86_64-linux



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: