php安装libevent

libevent扩展安装

libevent-2.0.16-stable.tar 

http://libevent.org/

 

[plain] view plaincopy
  1. cd libevent-2.0.16-stable  
  2. ./configure  
  3. make   
  4. make install  

 


下载php-libevent  c 扩展
http://pecl.php.net/package/libevent

[plain] view plaincopy
    1. tar -xzvf  libevent-0-1.0.0.tar  
    2. cd libevent-0.1.0  
    3. /usr/bin/phpize   
    4.  ll  
    5.  ./configure  --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config
    6.  make  
    7.  make install  
posted @ 2015-07-30 09:18  Adtuu  阅读(111)  评论(0编辑  收藏  举报