vg/pv创建时提示 not found (or ignored by filtering)

激活的新分区,创建vg和pv时提示 Device /dev/sdb1 not found (or ignored by filtering) ,查了下是因为分区没格式化(激活)。

off_t undefined; check your library configuration

编译PHP时出现的提示,报错信息为: configure: error: off_t undefined; check your library configuration 。这个一般在64位系统出现。

2018-04-05 / PHP环境 / library 阅读全文

Libzip 版本过低或提示reinstall解决方法

编译zlib时提示 configure: error: Please reinstall the libzip distributio 或  configure: error: system libzip must be upgraded to version >= 0.11。使用Yum最新版只到0.10,不足以达到要求。

2018-04-05 / PHP环境 / libzip 阅读全文

bison version is not supported Zend/PHP parsers

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。

2018-04-05 / PHP环境 / bison 阅读全文

编译提示 You will need re2c 0.13.4 or later .

编译php时提示 “You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.”,是版本过低的提示,一般没什么影响。但如果编译后出现缺少组件等问题,需要手动安装最新。

2018-04-05 / PHP环境 / re2c 阅读全文

CentOS 7关闭系统默认防火墙

CentOS 7开始默认使用的是firewall作为防火墙,并非iptables。

CPanel重启网卡丢失后解决方案

有时候修改CPanel的Ip地址时,难免会要执行service network restart,重启后cpanel的附加ip就会丢失,届时可以按以下方法处理。