yum php mbstring,centos在php7.4版本安装mbstring扩展

1、进入下载的php安装包源码目录cd /home/php-7.4.5/ext/mbstring

2、执行安装/home/wwwroot/php/bin/phpize

./configure --with-php-config=/home/wwwroot/php/bin/php-config --disable-mbregex

make && make install

3、php.ini 中加入 extension=mbstring.sochecking whether to enable multibyte string support... yes

checking whether to enable multibyte regex support (requires oniguruma)... yes

checking for oniguruma... no

configure: error: Package requirements (oniguruma) were not met:

No package ‘oniguruma‘ found

Consider adjusting the PKG_CONFIG_PATH environment variable if you

installed software in a non-standard prefix.

Alternatively, you may set the environment variables ONIG_CFLAGS

and ONIG_LIBS to avoid the need to call pkg-config.

See the pkg-config man page for more details.

安装过程中可能会遇到如下错误checking whether to enable multibyte regex support (requires oniguruma)... yes

这个错误信息是由于mbstring的正则功能需要oniguruma的支持,编译PHP的时候使用了“--enable-mbstring”参数,系统中却没有oniguruma库。我们只需在configure的时候加入--disable-mbregex参数就可以了。这样的配置将不再需要oniguruma库,不使用mbstring的正则功能。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值