您好,登錄后才能下訂單哦!
這篇文章主要介紹了如何快速安裝swoole,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
1、安裝git:yum –y install git
圖片是已經(jīng)安裝過的git
2、克隆swoole源碼:git clone …
地址:
https://github.com/swoole/swoole-src/releases
http://pecl.php.net/package/swoole
http://git.oschina.net/swoole/swoole
以http://git.oschina.net/swoole/swoole為例子,復(fù)制地址https://gitee.com/swoole/swoole.git
執(zhí)行
git clone https://gitee.com/swoole/swoole.git
3、執(zhí)行編譯以下命令
cd swoole
phpize (ubuntu 沒有安裝phpize可執(zhí)行命令:sudo apt-get install php-dev來安裝phpize)
./configure
make
sudo make install
(圖片示例了兩條命令)
4、安裝pecl:yum install php-devel php-pear執(zhí)行一鍵安裝:pecl install swoole
5、配置php.ini
查找php.ini文件:find / -name "php.ini"
編譯安裝成功后:extension=swoole.so
6、查看swoole是否安裝成功:php –m
若看到swoole,即為安裝成功
感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享的“如何快速安裝swoole”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關(guān)注億速云行業(yè)資訊頻道,更多相關(guān)知識等著你來學(xué)習(xí)!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。