解决军哥lnmp一键包报错pycurl.so

简介:

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

/usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Aug 18 2016, 15:13:37)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]

If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq

解决办法共三步:

rm -rf /usr/local/lib/libcurl*

rm -rf /usr/local/lib/libcurl.so.4

ln -s /usr/lib64/libcurl.so.4.1.1 /usr/local/lib/libcurl.so.4
目录
相关文章
|
关系型数据库 MySQL 应用服务中间件
阿里云基于wlnmp一键包快速安装lnmp环境
wlnmp指基于lnmp源码二次封装,通过yum源快速安装lnmp环境。 通过yum源方式一键安装部署 持续不断更新,稳定版本与官方同步 支持lnmp环境一键部署 Nginx默认集成lua、waf、purge、TCMalloc模块 所有包都以w开头以防和其他源版本冲...
2980 0
|
Web App开发 关系型数据库 应用服务中间件
|
Web App开发 监控 应用服务中间件
|
Web App开发 关系型数据库 应用服务中间件
|
监控 应用服务中间件 数据安全/隐私保护
|
Web App开发 关系型数据库 MySQL
|
Web App开发 应用服务中间件 PHP
|
关系型数据库 MySQL 应用服务中间件