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 op
·
当前从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库

下载地址:
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
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐

所有评论(0)