码迷,mamicode.com
首页 > 系统相关 > 详细

安装linux扩展方法

时间:2018-05-08 14:29:39      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:make   程序   扩展   安装linux   conf   识别   ali   too   自动   

1.在/opt目录下面找到你的扩展目录

2.设置./configure --with-php-config="目录" --enable-soap (将soap作为例子)

3.make编译(可以理解成java生成机器识别的字节码文件)

4.make install(安装程序到你扩展目录,系统会自动给出扩展安装的目录)

5.到你的php.ini文件中添加扩展soap.so即可,然后重新httpd

(重要:libtool: link: `xhprof.lo’ is not a valid libtool object 如果出现这样的提示 可以采用: make clean ,然后重新编译和安装)

安装linux扩展方法

标签:make   程序   扩展   安装linux   conf   识别   ali   too   自动   

原文地址:https://www.cnblogs.com/feimengv/p/9007382.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!