小Q:今天重新用最新版本搭建了lnmp架構(gòu),正好整合一下我博客的模塊;
創(chuàng)新互聯(lián)自2013年創(chuàng)立以來,是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都網(wǎng)站建設(shè)、做網(wǎng)站網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元化州做網(wǎng)站,已為上家服務(wù),為化州各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話:189808205751、編譯參數(shù)詳解和編譯參數(shù)安裝;
2、拷貝配置文件;
3、出的錯(cuò)誤;
--------------------------------------------------------------------------------------------------------
1、編譯參數(shù)詳解和編譯參數(shù)安裝;
因?yàn)槭窃创a安裝,下載解壓就不說了,直接說重點(diǎn);
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-ldap --with-ldap-sasl --with-xmlrpc --enable-zip --enable-soap --without-pear --with-zlib --enable-pdo --with-pdo-mysql --with-mysql
--with-mysqli=/usr/bin/mysql_config
make && make install
--prefix=/usr/local/php 指定 php 安裝目錄 --with-apxs2=/usr/local/apache/bin/apxs 整合 apache,apxs功能是使用mod_so中的LoadModule指令,加載指定模塊到 apache,要求 apache 要打開SO模塊 --with-config-file-path=/usr/local/php/etc 指定php.ini位置 --with-MySQL=/usr/local/mysql mysql安裝目錄,對(duì)mysql的支持 --with-mysqli=/usr/local/mysql/bin/mysql_config mysqli擴(kuò)展技術(shù)不僅可以調(diào)用MySQL的存儲(chǔ)過程、處理MySQL事務(wù),而且還可以使訪問數(shù)據(jù)庫工作變得更加穩(wěn)定。 --enable-safe-mode 打開安全模式 --enable-ftp 打開ftp的支持 --enable-zip 打開對(duì)zip的支持 --with-bz2 打開對(duì)bz2文件的支持 --with-jpeg-dir 打開對(duì)jpeg圖片的支持 --with-png-dir 打開對(duì)png圖片的支持 --with-freetype-dir 打開對(duì)freetype字體庫的支持 --without-iconv 關(guān)閉iconv函數(shù),種字符集間的轉(zhuǎn)換 --with-libXML-dir 打開libxml2庫的支持 --with-XMLrpc 打開xml-rpc的c語言 --with-zlib-dir 打開zlib庫的支持 --with-gd 打開gd庫的支持 --enable-gd-native-ttf 支持TrueType字符串函數(shù)庫 --with-curl 打開curl瀏覽工具的支持 --with-curlwrappers 運(yùn)用curl工具打開url流 --with-ttf 打開freetype1.*的支持,可以不加了 --with-xsl 打開XSLT 文件支持,擴(kuò)展了libXM2庫 ,需要libxslt軟件 --with-gettext 打開gnu 的gettext 支持,編碼庫用到 --with-pear 打開pear命令的支持,PHP擴(kuò)展用的 --enable-calendar 打開日歷擴(kuò)展功能 --enable-mbstring 多字節(jié),字符串的支持 --enable-bcmath 打開圖片大小調(diào)整,用到zabbix監(jiān)控的時(shí)候用到了這個(gè)模塊 --enable-sockets 打開 sockets 支持 --enable-exif 圖片的元數(shù)據(jù)支持 --enable-magic-quotes 魔術(shù)引用的支持 --disable-rpath 關(guān)閉額外的運(yùn)行庫文件 --disable-debug 關(guān)閉調(diào)試模式 --with-mime-magic=/usr/share/file/magic.mime 魔術(shù)頭文件位置 CGI方式安裝才用的參數(shù) --enable-fpm 打上PHP-fpm 補(bǔ)丁后才有這個(gè)參數(shù),CGI方式安裝的啟動(dòng)程序 --enable-fastCGI 支持fastcgi方式啟動(dòng)PHP --enable-force-CGI-redirect 重定向方式啟動(dòng)PHP --with-ncurses 支持ncurses 屏幕繪制以及基于文本終端的圖形互動(dòng)功能的動(dòng)態(tài)庫 --enable-pcntl freeTDS需要用到的,可能是鏈接mssql 才用 mhash和mcrypt算法的擴(kuò)展 --with-mcrypt 算法 --with-mhash 算 以上函數(shù)庫需要安裝 --with-gmp 應(yīng)該是支持一種規(guī)范 --enable-inline-optimization 優(yōu)化線程 --with-openssl openssl的支持,加密傳輸時(shí)用到的 --enable-dbase 建立DBA 作為共享模塊 --with-pcre-dir=/usr/local/bin/pcre-config perl的正則庫案安裝位置 --disable-dmalloc --with-gdbm dba的gdbm支持 --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-zend-multibyte 支持zend的多 --with-openssl,需要openssl庫。2、配置文件
cp php.ini-production /usr/local/php/etc/php-ini
cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
chmod 755 /etc/init.d/php-fpm
chkconfig --add php-fpm
chkconfig php-fpm on
/usr/local/php/sbin/php-fpm -t
/etc/init.d/php-fpm start
3、錯(cuò)誤簡(jiǎn)解
a. error: wrong mysql library version or lib not found. Check config.log for more information.
解決:將上邊標(biāo)紅的編譯參數(shù)去掉,之后活動(dòng)編譯該模塊 --with-mysqli=/usr/bin/mysql_config
b. ERROR: [pool www] cannot get uid for user 'php-fpm'
解決:useradd -s /sbin/nologin php-fpm
c. /lib64/liblber-2.4.so.2: could not read symbols: Invalid operation
解決:進(jìn)入Makefile 文件,找到開頭為 EXTRA_LIBS=,在最后邊加上-llber 即可
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。