php7.4.26编译报错

在尝试编译PHP 7.4.26版本时遇到了链接错误,错误信息显示在`ext/mbstring`模块中与oniguruma库相关的函数未定义,如`onig_new_match_param`、`onig_match_with_param`等。这表明编译过程中缺少了正则表达式库的支持,可能需要安装或更新oniguruma库。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ext/mbstring/.libs/mbstring.o: In function `_php_mb_match_regex':
/root/php-7.4.26/ext/mbstring/mbstring.c:1027: undefined reference to `onig_new_match_param'
/root/php-7.4.26/ext/mbstring/mbstring.c:1029: undefined reference to `onig_initialize_match_param'
/root/php-7.4.26/ext/mbstring/mbstring.c:1031: undefined reference to `onig_set_match_stack_limit_size_of_match_param'
/root/php-7.4.26/ext/mbstring/mbstring.c:1034: undefined reference to `onig_set_retry_limit_in_match_of_match_param'
/root/php-7.4.26/ext/mbstring/mbstring.c:1037: undefined reference to `onig_search_with_param'
/root/php-7.4.26/ext/mbstring/mbstring.c:1040: undefined reference to `onig_free_match_param'
ext/mbstring/.libs/php_mbregex.o: In function `zif_mb_ereg_match':
/root/php-7.4.26/ext/mbstring/php_mbregex.c:1401: undefined reference to `onig_new_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:1402: undefined reference to `onig_initialize_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:1410: undefined reference to `onig_match_with_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:1411: undefined reference to `onig_free_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:1407: undefined reference to `onig_set_retry_limit_in_match_of_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:1404: undefined reference to `onig_set_match_stack_limit_size_of_match_param'
ext/mbstring/.libs/php_mbregex.o: In function `_php_mb_onig_search':
/root/php-7.4.26/ext/mbstring/php_mbregex.c:873: undefined reference to `onig_new_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:875: undefined reference to `onig_initialize_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:877: undefined reference to `onig_set_match_stack_limit_size_of_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:880: undefined reference to `onig_set_retry_limit_in_match_of_match_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:883: undefined reference to `onig_search_with_param'
/root/php-7.4.26/ext/mbstring/php_mbregex.c:884: undefined reference to `onig_free_match_param'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] 错误 1

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值