91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mac如何編譯安裝 php7

發布時間:2021-12-16 10:33:13 來源:億速云 閱讀:432 作者:小新 欄目:編程語言

這篇文章主要介紹mac如何編譯安裝 php7,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

mac編譯安裝php7的方法:1、通過“wget -c http://mirrors.sohu.com/php/php-7.1.8.tar.gz”下載PHP;2、通過“tar -zxvf php-7.1.8.tar.gz”解壓編譯即可。

本文操作環境:macOS10.15系統,PHP7.1.8版,macbook pro 2020電腦。

Mac編譯安裝PHP7.1.8:

1、下載穩定版本的PHP
wget -c http://mirrors.sohu.com/php/php-7.1.8.tar.gz
2、解壓編譯
tar -zxvf php-7.1.8.tar.gz

./configure --prefix=/usr/local/php/7.1.8 \
--with-config-file-path=/usr/local/php/7.1.8/etc \
--with-config-file-scan-dir=/usr/local/php/7.1.8/etc/conf.d \
--with-apxs2=/usr/sbin/apxs \
--enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www \
--with-mysqli \
--with-pdo-mysql \
--with-iconv-dir \
--with-freetype-dir \
--with-zlib \
--with-jpeg-dir \
--with-png-dir \
--with-libxml-dir=/usr/bin/xml2-config \
--enable-xml \
--disable-rpath \
--enable-bcmath \
--enable-shmop \
--enable-sysvsem \
--enable-inline-optimization \
--with-curl \
--enable-mbregex \
--enable-mbstring \
--with-mcrypt \
--enable-ftp \
--with-gd \
--enable-gd-native-ttf \
--with-openssl \
--with-mhash \
--enable-pcntl \
--enable-sockets \
--with-xmlrpc \
--enable-zip \
--enable-soap \
--without-pear \
--with-gettext \
--disable-fileinfo \
--enable-maintainer-zts \
--enable-mysqlnd
遇到的問題:
  • apxs報錯的問題

Sorry, I cannot run apxs. Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

解決方案:查找httpd安裝目錄下的bin目錄里的 apxs ,盡量不要寫/usr/bin/apxs

  • 由于Mac自帶的openssl沒法升級(我沒找到升級的辦法),導致版本較低,報錯:

configure: error: OpenSSL version 1.0.1 or greater required.

解決方案:由于Mac自帶的openssl沒法升級(我沒找到升級的辦法),用

brew install openssl

安裝最新版的openssl,然后在參數中加上brew安裝的ssl的路徑

--with-openssl=/usr/local/Cellar/openssl@1.1/1.1.0e
  • --with-gettext報錯

configure: error: Cannot locate header file libintl.h

解決方案:

brew install gettext

打開PHP的 configure文件,修改文件的

for i in $PHP_GETTEXT /usr/local /usr/ ;do

改成

for i in $PHP_GETTEXT /usr/local /usr/ usr/local/opt/gettext;do
  • libiconv問題,報錯如下:

checking for iconv... no
checking for libiconv... no
configure: error: Please specify the install prefix of iconv with --with-iconv=<DIR>

解決方案:
安裝 libiconv (字符編碼轉換庫)
網站地址: http://www.gnu.org/software/libiconv/
當前版本: https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz

$ wget [https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz
$ tar zxvf libiconv-1.15.tar.gz
$ cd libiconv-1.15
$ ./configure --prefix=/usr/local/lib/libiconv
$ make
$ sudo make install

安裝

make && sudo make install

以上是“mac如何編譯安裝 php7”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

巴林左旗| 苍溪县| 沙田区| 乌兰察布市| 汤阴县| 什邡市| 淮北市| 清水县| 常宁市| 沙湾县| 沾化县| 沁源县| 登封市| 新丰县| 高邑县| 金山区| 久治县| 旌德县| 荥阳市| 安义县| 伊春市| 新昌县| 扎兰屯市| 台州市| 永清县| 手游| 云阳县| 西昌市| 民权县| 红桥区| 遵义县| 将乐县| 柞水县| 定安县| 武强县| 汝阳县| 湾仔区| 舟山市| 怀化市| 育儿| 无锡市|