macosx下安裝nginxphpmysql

macosx下安裝nginxphpmysql

ID:8977903

大?。?0.00 KB

頁數(shù):0頁

時間:2018-04-13

macosx下安裝nginxphpmysql_第頁
預(yù)覽圖正在加載中,預(yù)計需要20秒,請耐心等待
資源描述:

《macosx下安裝nginxphpmysql》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫。

1、揭示:如果不習(xí)慣使用vi編輯器,可以將sudovi替換成系統(tǒng)默認的文本編輯工具,例如 sudovi/etc/hosts替換成sudo/Applications/TextEdit.app/Contents/MacOS/TextEdit/etc/hosts 1.安裝Xcode Xcode可以去apple官網(wǎng)上去下載,默認系統(tǒng)不包含gcc等編譯器,安裝完Xcode就會有相應(yīng)的開發(fā)編譯環(huán)境。 2.刪除默認的PHP 如果要刪除系統(tǒng)默認安裝的Apache與PHP,可以將如下列表的文件刪除,這個步驟可以不用執(zhí)行。 /usr/

2、bin/php /usr/bin/php-config /usr/bin/phpize /usr/include/php /usr/lib/php /usr/share/man/man1/php.1.gz /usr/share/man/man1/php-config.1.gz /usr/share/man/man1/phpize.1.gz /etc/apache2 /usr/libexec/apache2 3.安裝libjpeg,mcrypt,libmcrypt,mhash,autoconf2.13,cmake

3、 安裝jpegv8c tarxvzfjpegsrc.v8c.tar.gz cdjpeg-8c ./configure--prefix=/usr make sudomakeinstall 安裝mhash tarzxvfmhash-0.9.9.9.tar.gz cdmhash-0.9.9.9/ ./configure--prefix=/usr make sudomakeinstall 安裝libmcrypt tarzxvflibmcrypt-2.5.8.tar.gz cdlibmcrypt-2.5.8/ ./conf

4、igure--prefix=/usr--disable-posix-threads--enable-static 如果出現(xiàn)如下錯誤 checkinghostsystemtype…configure:error:cannotguesshosttype;youmustspecifyone 執(zhí)行如下復(fù)制命令,將系統(tǒng)中的文件復(fù)制到當前目錄下 cp/usr/share/libtool/config/config.*. make sudomakeinstall 安裝mcrypt tarzxvfmcrypt-2.6.8.tar.g

5、z cdmcrypt-2.6.8/ ./configure--prefix=/usr make sudomakeinstall rfc2440.c:26:20:error:malloc.h:Nosuchfileordirectory ... make[1]:***[rfc2440.o]Error1 make:***[install-recursive]Error1 如果出現(xiàn)如上錯誤,修改文件src/rfc2440.c,修改26行 #include 修改為: #include

6、.h> 安裝autoconf2.13 由于安裝php-fpm需要重新創(chuàng)建編譯文件,系統(tǒng)默認的autoconf版本過高,導(dǎo)致重建通不過。 tarxvzfautoconf-2.13.tar.gz cdautoconf-2.13 ./configure--prefix=/usr/local/autoconf213 make sudomakeinstall 安裝cmake 由于編譯安裝mysql5.5以上版本,需要使用cmake編譯工具 tarxvzfcmake-2.8.4.tar.gz cdcmake-2.8.4 ./c

7、onfigure--prefix=/usr/local/cmake make sudomakeinstall 4.安裝mysql mysql需要下載源代碼版本,去mysql網(wǎng)站http://www.mysql.com/downloads/mysql/ SelectPlatform選擇SourceCode 下載GenericLinux(ArchitectureIndependent),CompressedTARArchive tarxvzfmysql.5.5.10.tar.gz cdmysql.5.5.10 C

8、FLAGS="-O3-fno-omit-frame-pointer" CXXFLAGS="-O3-fno-omit-frame-pointer-felide-constructors-fno-exceptions-fno-rtti" /usr/local/cmake/bin/cmake. -DCMAKE_INSTALL_PREF

當前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。