linux 下CentOS 下 npm命令安装gitbook失败的问题


运行环境 linux 服务器;CentOS 7.0 系统;安装了nodejs ;使用 npm 安装 gitbook 出现错误提示;

npm install -g gitbook-cli
symbol SSL_set_cert_cb, version libssl.so.10 not defined in file libssl.so.10 with link time reference

解决方法 :更新openssl的版本;使用命令:

yum update openssl

再次运行 :

npm install -g gitbook-cli

安装成功。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM