解决宝塔php8 不能安装fileinfo模块的问题
解决宝塔php8 不能安装fileinfo模块的问题
阿里云服务器系统 Alibaba Cloud (Aliyun ) 2.1903 LTS (Hunting Beagle) x86_64(Py3.7.9) 或者类似系统
因照顾小机器的安装宝塔默认使用了禁用fileinfo参数,可能是检测到了禁用参数所以提示的不支持 可以使用以下命令重装默认开启 fileinfo的php
命令行执行
下载php编译安装脚本
wget http://download.bt.cn/install/0/php.sh
#替换禁用fileinfo参数改为开启
sed -i "s/--disable-fileinfo/--enable--fileinfo/g" php.sh
#安装php-8.2
bash php.sh install 8.2
官方论坛提几次都说不支持阿里云系统,还是自己动手
- Author: zhoujie
- Link: https://blog.zhoujie218.top/archives/2551.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.