真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

超詳細(xì)的php安裝過程保證安裝成功

PHP安裝必要條件====>需要先成功安裝MySQL

成都創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于網(wǎng)站設(shè)計制作、成都網(wǎng)站制作、阿魯科爾沁網(wǎng)絡(luò)推廣、小程序設(shè)計、阿魯科爾沁網(wǎng)絡(luò)營銷、阿魯科爾沁企業(yè)策劃、阿魯科爾沁品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;成都創(chuàng)新互聯(lián)為所有大學(xué)生創(chuàng)業(yè)者提供阿魯科爾沁建站搭建服務(wù),24小時服務(wù)熱線:18982081108,官方網(wǎng)址:www.cdcxhl.com

檢查安裝PHP需要的編譯庫:

yum  install  -y  zlib-devel libxml2-devel libjpeg-turbo-devel  libiconv-devel

yum  install  -y  freetype-devel  libpng-devel  gd-devel  libcurl-devel

檢查安裝包是否安裝完成:

rpm  -qa  zlib-devel libxml2-devel libjpeg-turbo-devel  libiconv-devel    freetype-devel  libpng-devel  gd-devel  libcurl-devel

無法yum安裝的包文件下載地址;

http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz

編譯安裝:libiconv-1.14.tar.gz   //字符集轉(zhuǎn)換庫文件

  

 tar   zxf   libiconv-1.14.tar.gz 

   cd libiconv-1.14 

   ./configure   --prefix=/usr/local/libiconv

   make 

   make install 

   cd ../

編譯安裝加密庫:libmcrypt-2.5.8.tar.gz

tar   zxf   libmcrypt-2.5.8.tar.gz

   cd libmcrypt-2.5.8

   ./configure  

   make 

   make install 

   sleep2

   /sbin/ldconfig

   cd libltdl/

./configure --enable-ltdl-install

make

make install 

   cd ../../

可以選擇yum  install  libmcrypt-devel   -y  但前提是需要安裝epel源

wget   -O  /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo  //第三方軟件庫

 

編譯安裝mhash-0.9.9.9.tar.gz  加密拓展庫

tar  zxf  mhash-0.9.9.9.tar.gz

cd  mhash-0.9.9.9/

./configure

make  

make  install

快速安裝方法:

yum  install  mhash  mhash-devel -y 

編譯安裝mcrypt-2.6.8.tar.gz

tar zxf  mcrypt-2.6.8.tar.gz

cd  mcrypt-2.6.8/

/sbin/ldconfig 

./configure LD_LIBRARY_PATH=/usr/local/lib

make

make  install

cd ../

sleep2

快速安裝方法:

yum  install  mcrypt  -y 

編譯參數(shù)文件:

./configure \

--prefix=/application/php5.3.27 \

--with-mysql=/application/mysql \

--with-iconv-dir=/usr/local/libiconv \

--with-freetype-dir \

--with-jpeg-dir \

--with-png-dir \

--with-zlib \

--with-libxml-dir=/usr \

--enable-xml \

--disable-rpath \

--enable-safe-mode \

--enable-bcmath \

--enable-shmop \

--enable-sysvsem \

--enable-inline-optimization \

--with-curl \

--with-curlwrappers \

--enable-mbregex \

--enable-fpm \

--enable-mbstring \

--with-mcrypt \

--with-gd \

--enable-gd-native-ttf \

--with-openssl \

--with-mhash \

--enable-pcntl \

--enable-sockets \

--with-xmlrpc \

--enable-zip \

--enable-soap \

--enable-short-tags \

--enable-zend-multibyte \

--enable-static \

--with-xsl \

--with-fpm-user=nginx \

--with-fpm-group=nginx \

--enable-ftp

+--------------------------------------------------------------------+

| License:                                                           |

| This software is subject to the PHP License, available in this     |

| distribution in the file LICENSE.  By continuing this installation |

| process, you are bound by the terms of this license agreement.     |

| If you do not agree with the terms of this license, you must abort |

| the installation process at this point.                            |

+--------------------------------------------------------------------+

Thank you for using PHP.

make之前操作

ln  -s  /application/mysql/lib/libmysqlclient.so.18 /usr/lib64  創(chuàng)建libmysqlclient.so.18 軟連接

touch ext/phar/phar.phar

make  

make install 

出現(xiàn)以下文字表示安裝成功:

[PEAR] Structures_Graph- installed: 1.0.4

[PEAR] XML_Util       - installed: 1.2.1

/home/oldboy/tools/php-5.3.27/build/shtool install -c ext/phar/phar.phar /application/php5.3.27/bin

ln -s -f /application/php5.3.27/bin/phar.phar /application/php5.3.27/bin/phar

Installing PDO headers:          /application/php5.3.27/include/php/ext/pdo/

[root@LNMP php-5.3.27]# echo $?

0


當(dāng)前題目:超詳細(xì)的php安裝過程保證安裝成功
網(wǎng)站網(wǎng)址:http://weahome.cn/article/pegjcd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部