安装linux扩展方法

Posted feimengv

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装linux扩展方法相关的知识,希望对你有一定的参考价值。

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扩展方法的主要内容,如果未能解决你的问题,请参考以下文章

Linux为PHP安装Redis扩展的方法

Linux centos7下php安装cphalcon扩展的方法

php 怎么安装扩展

Linux系统中为php添加pcntl扩展的方法

linux php安装memcached扩展

linux php安装memcached扩展