小編給大家分享一下LNMP中PHP的示例分析,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
寶坻網(wǎng)站建設(shè)公司成都創(chuàng)新互聯(lián),寶坻網(wǎng)站設(shè)計(jì)制作,有大型網(wǎng)站制作公司豐富經(jīng)驗(yàn)。已為寶坻上千余家提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站建設(shè)要多少錢,請(qǐng)找那個(gè)售后服務(wù)好的寶坻做網(wǎng)站的公司定做!
wget http://cn2.php.net/distributions/php-5.4.37.tar.bz2
tar jxf php-5.4.37.tar.bz2
useradd -s /sbin/nologin php-fpm
cd php-5.4.37
./configure --prefix=/usr/local/php
--with-config-file-path=/usr/local/php/etc --enable-fpm
--with-fpm-user=php-fpm --with-fpm-group=php-fpm
--with-MySQL=/usr/local/mysql --with-mysql-sock=/tmp/mysql.sock --with-libxml-dir --with-gd
--with-jpeg-dir --with-png-dir
--with-freetype-dir --with-iconv-dir --with-zlib-dir
--with-mcrypt --enable-soap --enable-gd-native-ttf
--enable-ftp --enable-mbstring --enable-exif --disable-ipv6
--with-curl
make && make install
cp php.ini-production /usr/local/php/etc/php.ini
拷貝啟動(dòng)腳本:
cp /usr/local/src/php-5.4.37/sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
mv /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf
chmod 755 /etc/init.d/php-fpm
chkconfig --add php-fpm
service php-fpm start
chkconfig php-fpm on
編譯錯(cuò)誤:
錯(cuò)誤7
報(bào)錯(cuò)內(nèi)容:configure: error: mcrypt.h not found. Pleasereinstall libmcrypt
centos源不能安裝libmcrypt-devel,由于版權(quán)的原因沒有自帶mcrypt的包
有兩種方法解決,一種是使用第三方源,這樣還可以使用yum來安裝,簡(jiǎn)單方便,壞處是第三方源多少有中不可靠的感覺。
報(bào)錯(cuò)內(nèi)容:configure: error: mcrypt.h not found. Please reinstall libmcrypt
網(wǎng)上搜索了很多,包括自帶的 yum install libmcrypt libmcrypt-devel,這個(gè)是沒有效果的。
去SourceForget下載libmcrypt http://sourceforge.NET/projects/mcrypt/files/Libmcrypt/ ,最新版是mcrypt 2.6.7.gz。下載下來安裝仍舊報(bào)錯(cuò)libmcrypt沒有找到!
繼續(xù)測(cè)試,最后安裝成功,感覺是版本太高。
方法(關(guān)鍵點(diǎn)在用 2.5.7版本):
[html] view plain copy
#使用wget可以通過以下路徑下載
wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz
#解壓
tar -zxvf libmcrypt-2.5.7.tar.gz
#進(jìn)入目錄
cd libmcrypt-2.5.7
#編譯(默認(rèn)安裝到/usr/local/lib/)
./configure --prefix=/usr/local/libmcrypt
#執(zhí)行安裝
make && make install
解決辦法一
1、安裝第三方y(tǒng)um源
wget http://www.atomicorp.com/installers/atomic
sh ./atomic
2、使用yum命令安裝
yum install php-mcrypt libmcrypt libmcrypt-devel
以上是“LNMP中PHP的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)站標(biāo)題:LNMP中PHP的示例分析
網(wǎng)址分享:http://aaarwkj.com/article12/pchggc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營(yíng)銷型網(wǎng)站建設(shè)、定制開發(fā)、外貿(mào)網(wǎng)站建設(shè)、網(wǎng)站維護(hù)、網(wǎng)站設(shè)計(jì)、網(wǎng)站收錄
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)