我用的是centos 6。我想在我的云服务器上安装php5 dev。因为在我的服务器上我得到了phpize错误。
这在我的服务器上不起作用。我的php版本是5.3.3。我需要pecl install mongo

最佳答案

作为根用户,执行以下命令

yum install php-devel

07-24 05:34