Copy libssl.so.1.0.0
from the Anaconda installation directory lib to /lib64
(32-bit linux to /lib
), check which ones are missing and which ones are missing and which ones to copy
ln -s /your/path/anaconda3/lib/libssl.so.1.0.0 /lib64/libssl.so.1.0.0
conda install libgcc
cd /etc
vi profile
Add the following words to the end of the profile file (use this method with caution)
export LD_LIBRARY_PATH=/your/path/anaconda3/lib:$LD_LIBRARY_P