bybsky 发表于 2024-6-3 23:09:16

PHP 8.3.7 安装出现了错误,求指导

用 LNMP 2.1 安装成功了PHP 8.3.0 ,现在有好多漏洞,必须要升级。于是选择了最新版本 PHP8.3.7 ,但是失败了。继续解决,多谢协助
错误日志如下:
链接: https://pan.baidu.com/s/1zyvbr6EQ8DVv22HWozh_jw?pwd=8888 提取码: 8888 复制这段内容后打开百度网盘手机App,操作更方便哦
--来自百度网盘超级会员v6的分享



wuuyun 发表于 2024-6-4 10:36:38

/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: dynamic STT_GNU_IFUNC symbol `mb_utf16be_to_wchar' with pointer equality in `ext/mbstring/libmbfl/filters/mbfilter_utf16.o' can not be used when making an executable; recompile with -fPIE and relink with -pie

貌似 GCC 问题
github上有类似的
https://github.com/php/php-src/issues/12774

bybsky 发表于 2024-6-5 00:07:20

wuuyun 发表于 2024-6-4 10:36
貌似 GCC 问题
github上有类似的
https://github.com/php/php-src/issues/12774

谢谢,我尝试下

bybsky 发表于 2024-6-10 11:56:25

wuuyun 发表于 2024-6-4 10:36
貌似 GCC 问题
github上有类似的
https://github.com/php/php-src/issues/12774

感谢

bybsky 发表于 2024-6-10 11:56:42

Starting LNMP...
Starting nginx...done
Starting mariadb (via systemctl):
Starting php-fpmdone
Starting php-fpmdone
Starting php-fpmdone
Starting php-fpmdone
===========================================
You have successfully install php-8.3.7
===========================================

明月登楼 发表于 2024-6-17 17:34:59

bybsky 发表于 2024-6-10 11:56
Starting LNMP...
Starting nginx...done
Starting mariadb (via systemctl):


怎么搞定的?
页: [1]
查看完整版本: PHP 8.3.7 安装出现了错误,求指导