1.本机得联网,yum安装,首先进入、/etc/yum.repos.d目录 2.将以下几句添加到/etc/yum.repos.d/CentOs.Base.repo的最后面 [mondorescue] name=cento…
已编译安装的PHP 安装curl扩展
(1、下载并安装 curl) ``` #下载源码包 (源码包列表) https://curl.haxx.se/download/ 或 https://curl.haxx.se/download.html (或者直接下载7…
centos7 断电导致 generating /run/initramfs/rdsosreport.txt 问题
generating “/run/initramfs/rdsosreport.txt” entering emergencymode. exit the shell to continue type “journalct…
php安装执行configure报错error: off_t undefined; check your library configuration
vim /etc/ld.so.conf #添加如下几行 /usr/local/lib64 /usr/local/lib /usr/lib /usr/lib64 #保存退出 :wq ldconfig -v # 使之生效
configure: WARNING: unrecognized options: --with-mcrypt, --enable-gd-native-ttf
php7+版本不支持 --with-mcrypt, --enable-gd-native-ttf,把这两个选项删除掉。也不支持 --with-mysql.