使用的是宝塔集成,但是安装失败了抛出了错误configure: error: c-ares library defective or too old
然后决定源码安装一下其它版本c-ares
下载网址:https://c-ares.org/download/
wget --no-check-certificate https://c-ares.org/download/c-ares-1.18.1.tar.gz
tar xf ./c-ares-1.18.1.tar.gz
make -j 4
make install
安装完成之后,再到宝塔集成下安装PHP7.4就可以了。
如果有遇到其它问题可以评论探讨下。