首页 > 系统服务 > 详细

ubuntu1404构建pthreads

时间:2016-02-24 17:42:01      阅读:248      评论:0      收藏:0      [点我收藏+]
  1. 安装libxml和autoconf

    sudo apt-get install libxml2

    sudo apt-get install libxml2-dev

    sudo apt-get install autoconf

      1. 获取php源码wget http://www.php.net/distributions/php-5.5.9.tar.gz

      2. wget/git pthreads source-code

      3. 解压并移动

    tar zxvf php-5.5.9.tar.gz

    mv pthreads source-code to php/ext

    编译

    ./configure --prefix=/usr --with-config-file-path=/etc --enable-maintainer-zts --enable-pthreads 

4. 如果pthreads选项不可用

  ./configure --help | grep pthread

  ./buildconf --force

 rm aclocal.m4 

 rm autom4te.cache -rf

5. make && make install

本文出自 “犀牛” 博客,请务必保留此出处http://rhino.blog.51cto.com/5504750/1744698

ubuntu1404构建pthreads

原文:http://rhino.blog.51cto.com/5504750/1744698

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!