编译安装PHP 时遇到问题解决方法.
摘要:环境:centos X64 最小化安装php版本:php-5.4.3安装前.先安装些软件和库文件yum install -y gcc gcc-c++ make zlib zlib-devel pcre pcre-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl-devel e2fsprog
阅读全文
编译安装nginx.记录
摘要:./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_flv_module --lock-path=/usr/lock/nginx.lock --with-http_gzip_statice_moduleerror 1./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using -
阅读全文