php安装步骤 linux,linux安装php步骤详解

php7.1

wget http://mirrors.sohu.com/php/php-7.1.3.tar.gz

tar zxvf php-7.1.3.tar.gz

./configure

--prefix=/usr/local/php

--with-apxs2=/usr/local/Apache2/bin/apxs

--with-config-file-path=/usr/local/php/etc

--with-MySQL-sock=/tmp/mysql.sock

--enable-mysqlnd

--with-mysqli=mysqlnd

--with-pdo-mysql=mysqlnd

--with-libxml-dir

--with-gd

--with-jpeg-dir

--with-png-dir

--with-freetype-dir

--with-iconv-dir

--with-zlib-dir

--with-bz2

--with-openssl

--with-mcrypt

--enable-soap

--enable-gd-native-ttf

--enable-mbstring

--enable-sockets

--enable-exif

--disable-ipv6

xml2-config not found 解决办法:yum install libxml2* -y

Cannot find OpenSSL's 解决办法: yum install openssl openssl-devel

error: Please reinstall the BZip2 distribution 解决办法: yum install bzip2 bzip2-devel

error: jpeglib.h not found  解决办法:32位系统 yum install libjpeg libpng freetype libjpeg-devel libpng-devel freetype-devel -y

若是64位系统

解决方法:

yum install libjpeg.x86_64 libpng.x86_64 freetype.x86_64 libjpeg-devel.x86_64 libpng-devel.x86_64 freetype-devel.x86_64 -y

error: mcrypt.h not found. Please reinstall libmcrypt 解决办法:

yum install -y epel-release

yum install -y libmcrypt-devel

cp php.ini-production /usr/local/php/etc/php.ini

vi /usr/local/apache2/conf/httpd.conf

找到

#ServerName www.example.com:80

改成

ServerName localhost:80

找到:

AddType Application/x-gzip .gz .tgz

在该行下面添加:

AddType application/x-httpd-php .php

找到:

DirectoryIndex index.html

将该行改为:

DirectoryIndex index.html index.htm index.php

/usr/local/apache2/bin/apachectl -t

service httpd restart

ftp没有上传权限的时候用root用户登录

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值