1.安裝依賴庫。php
yum install libjpeg* libpng* freetype*mysql
.......sql
2.進入php根目錄,編譯session
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysqli --with-mysql-sock=/tmp/mysql.sock --with-pdo-mysql --enable-fpm --enable-mbstring --enable-ftp --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir --with-png-dir --with-freetype-dir --with-zlib-dir --with-gdcurl
makesocket
make installurl