激活的新分区,创建vg和pv时提示 Device /dev/sdb1 not found (or ignored by filtering) ,查了下是因为分区没格式化(激活)。
编译PHP时出现的提示,报错信息为: configure: error: off_t undefined; check your library configuration 。这个一般在64位系统出现。
编译zlib时提示 configure: error: Please reinstall the libzip distributio 或 configure: error: system libzip must be upgraded to version >= 0.11。使用Yum最新版只到0.10,不足以达到要求。
CentOS 7下编译 PHP 7.2 ,在进行配置时提示:
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
需安装最新bison。
编译php时提示 “You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.”,是版本过低的提示,一般没什么影响。但如果编译后出现缺少组件等问题,需要手动安装最新。
CentOS 7开始默认使用的是firewall作为防火墙,并非iptables。
有时候修改CPanel的Ip地址时,难免会要执行service network restart,重启后cpanel的附加ip就会丢失,届时可以按以下方法处理。