L9-3.安装PHP软件包

安装扩展工具包:

L9-3.安装PHP软件包_第1张图片

查看是否安装成功:

image

做软连接:

L9-3.安装PHP软件包_第2张图片

 

 

安装libxml

先安装python:

L9-3.安装PHP软件包_第3张图片

 

image

L9-3.安装PHP软件包_第4张图片

 

做软连接:

L9-3.安装PHP软件包_第5张图片

 

同样安装

libmcrypt和mhash

L9-3.安装PHP软件包_第6张图片

make && make install

L9-3.安装PHP软件包_第7张图片

 

image

 

make && make install

L9-3.安装PHP软件包_第8张图片

 

 

安装mcrypt

L9-3.安装PHP软件包_第9张图片

image

 

安装libpng:

image

make && make install

L9-3.安装PHP软件包_第10张图片

 

安装libiconv

image

make && make install

image

 

安装freetype

安装autoconf

L9-3.安装PHP软件包_第11张图片

 

安装jpeg-9a

image

安装libgd

image

gettxt

L9-3.安装PHP软件包_第12张图片

 

安装gettxt

 

安装PHP

L9-3.安装PHP软件包_第13张图片

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-apxs2=/usr/local/httpd/bin/apxs --with-openssl --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-zlib-dir=/usr/local/zlib --with-libxml-dir=/usr/local/libxml2 --with-mhash --with-png-dir=/usr/local/libpng --with-iconv-dir=/usr/local/libiconv --with-freetype-dir=/usr/local/freetype --with-jpeg-dir=/usr/local/jpeg --with-gd=/usr/local/libgd --enable-mbstring=all --enable-sockets --enable-libxml --enable-soap --enable-xml --enable-bcmath --enable-shmop --enable-sysvsem --enable-mbregex --enable-gd-native-ttf --enable-pcntl --with-xmlrpc --enable-zip --enable-phar --without-pear --enable-ftp --enable-maintainer-zts --disable-rpath --with-gettext --enable-opcache=no --with-xpm-dir=/usr/lib64

 

make && make install

出了个错误:

L9-3.安装PHP软件包_第14张图片

重新做个软连接

L9-3.安装PHP软件包_第15张图片

 

重新./configure 没有报错:

L9-3.安装PHP软件包_第16张图片

 

 

 

安装成功:

L9-3.安装PHP软件包_第17张图片

 

进行php配置:

image

 

修改字符集:

L9-3.安装PHP软件包_第18张图片

 

整合:

vim /usr/local/httpd/conf/httpd.conf

L9-3.安装PHP软件包_第19张图片

L9-3.安装PHP软件包_第20张图片

重启httpd,新建测试php文件

L9-3.安装PHP软件包_第21张图片

image

 

 

检验:

L9-3.安装PHP软件包_第22张图片

 

L9-3.安装PHP软件包_第23张图片

 

L9-3.安装PHP软件包_第24张图片

 

至此LAMP环境搭建成功!

你可能感兴趣的:(PHP)