ubuntu14 lamp环境下安装swoole1.8.6

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu14 lamp环境下安装swoole1.8.6相关的知识,希望对你有一定的参考价值。

wget  https://github.com/swoole/swoole-src/archive/1.8.6-stable.tar.gz

tar -xvf   1.8.6-stable.tar.gz

mv  swoole-src-1.8.6-stable/  swoole
cd  swoole

phpize

./configure
make   &&  make  install




vim  /etc/php5/apache2/php.ini    加入extension=swoole.so

service  apache2  restart


以上是关于ubuntu14 lamp环境下安装swoole1.8.6的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu14.04安装配置LAMP环境(php5.6)

Ubuntu-server14.04搭建LAMP环境

ubuntu搭建LAMP全教程及简单使用

Ubuntu16.04下LAMP环境的安装与配置

ubuntu14.04搭建LAMP环境

ubuntu下安装LAMP环境遇到的一些小问题