安装开业微博程序pleroma,出现下面的错误信息



 [error] Unable to load crypto library. Failed with error:
":load_failed, Failed to load NIF library /opt/pleroma/lib/crypto-4.9.0.4/priv/lib/crypto: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'"
OpenSSL might not be installed on this system.


解决方法如下



wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

或者

apt-get install ./libssl1.1_1.1.1f-1ubuntu2_amd64.deb

标签: pleroma, lib, crypto, opt, 4.9.0.4

添加新评论