栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

php -v 报错error while loading shared libraries: libonig.so.5:cannot open share directory

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

php -v 报错error while loading shared libraries: libonig.so.5:cannot open share directory

当前从PHP5.6升级到php 7.4时,直接将编译好的安装包替换,输入php -v 时,就会报错error while loading shared libraries: libonig.so.5:cannot open share directory

#php -v
#php: error while loading shared libraries: libonig.so.5:cannot open share directory

 解决办法: 

步骤一、 

修改/ect/ld.so.conf   加入 以下行  

#vim /etc/ld.so.conf
include ls.so.conf.d/*.conf
/usr/local/lib
/usr/local/x264/lib
/usr/local/openssl/lib
/usr/local/python3.7.1/lib

保存后  执行ldconfig

#ldconfig

 步骤二、

安装oniguruma库   

下载地址:

https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/oniguruma-devel-6.8.2-1.el7.x86_64.rpm

https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/oniguruma-6.8.2-1.el7.x86_64.rpm

oniguruma-6.8.2-1.el7.x86_64.rpm   

oniguruma-devel-6.8.2-1.el7.x86_64.rpm

使用命令进行安装 

#rpm -ivh oniguruma-devel-6.8.2-1.el7.x86_64
#rpm -ivh oniguruma-6.8.2-1.el7.x86_64

然后在运行命令 php -v   完美显示

若安装报错 

Generating autotools files.
./autogen.sh: line 6: autoreconf: command not found

解决办法

[root@yjweb oniguruma-6.9.4]# yum install autoconf automake libtool

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/294476.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号