总结安装lamp lnmp 安装所需求的包。。99%安装都不会出错

centos 6+系列环境
      
安装php前.先安装些软件和库文件
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 e2fsprogs e2fsprogs-devel krb5 krb5-devel openssl openssl-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers

如出现以下错误,
错误:
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
解决办法:
rpm -ivh "http://www.aminglinux.com/bbs/data/attachment/forum/month_1211/epel-release-6-7.noarch.rpm"
yum install -y  libmcrypt-devel 
                         整个过程就完成。
                在装php之前把此上都装好。。。经测试99%都顺利安装。。。
                 供师兄们参考。。。有不正之处,请指出!!!!!!3q


你可能感兴趣的:(搭建LAMP,lnmp所需安装包)