Almalinux9系统下aapanel安装php8.2报错 No targets specified and no makefile found

2024年1月27日 112点热度 0人点赞 0条评论

最近在折腾Almalinux9,安装了aapanel,也就是宝塔的英文版,安装php8的时候遇到了错误,记录一下解决过程。

报错内容:

configure: error: No supported shared memory caching support was found when configuring opcache. Check config.log for any errors or missing dependencies.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.

解决方法:

yum update

yum install libsodium libsodium-devel oniguruma -y

admin

搬砖使人快乐