[PHP] 解决no package ‘oniguruma’ found

2021-01-30 12:14

阅读:761

标签:pre   code   arp   erp   ISE   enable   ble   repo   enter   

编译安装php时,如果--enable-mbstring , 开启了mbstring扩展,需要这个正则处理库

 

centos

yum install http://rpms.remirepo.net/enterprise/7/remi/x86_64//oniguruma5-6.9.4-1.el7.remi.x86_64.rpm
yum install http://rpms.remirepo.net/enterprise/7/remi/x86_64//oniguruma5-devel-6.9.4-1.el7.remi.x86_64.rpm

ubuntu

apt install libonig-dev

  

[PHP] 解决no package ‘oniguruma’ found

标签:pre   code   arp   erp   ISE   enable   ble   repo   enter   

原文地址:https://www.cnblogs.com/taoshihan/p/13196036.html


评论


亲,登录后才可以留言!