Home > Backend Development > PHP Tutorial > php5.4 - php 编译安装时少输入编译参数。安装完成后还能补充嘛?请问怎么做?

php5.4 - php 编译安装时少输入编译参数。安装完成后还能补充嘛?请问怎么做?

WBOY
Release: 2016-06-06 20:51:00
Original
895 people have browsed it

比如我编译安装少了参数

'--with-readline=/usr' 
Copy after login
Copy after login

安装完成后,我能否补充这项呢?

回复内容:

比如我编译安装少了参数

'--with-readline=/usr' 
Copy after login
Copy after login

安装完成后,我能否补充这项呢?

用phpize动态编译吧

这种直接编译进去的不行,你只能再从configure开始。

如果是没有编译某些模块的话,单独编译模块就行。

嗯。。。。如果是忘了安装某个扩展,你可以去php源码目录下面,有个ext文件夹(extension),里面有一些扩展的源码,可以直接编译安装的,具体安装参考这个http://www.sitepoint.com/installing-php-extensions-nitrous-io/

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template