最近在折腾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