yum install php-pear* on centos(yum 在 centos 上安装 php-pear*)
问题描述
我正在尝试在我的 centos 上安装 pear.
I'm trying to install pear on my centos.
我使用*yum install php-pear**"来安装pear,它似乎安装成功.没有错误.我重新启动我的服务器.
I've used "*yum install php-pear**" to install pear and it seemed to install with success. No errors. I restart my server.
但是,当我检查 phpinfo() 时.我看到我的 php 仍然是使用--without-pear"构建的.
However when I check out phpinfo(). I see that my php is still built using "--without-pear".
yum 不应该用梨重建我的 php 吗?可能出了什么问题?
Isn't yum supposed to rebuild my php with pear? What would be possibly going wrong?
谢谢!
推荐答案
试试类似
$ pear list
和
$ pear info PEAR
- 现在,如果您在第一种情况下获得已安装软件包的列表,并在第二种情况下获得有关安装 pear 版本的信息,您就可以使用它了.
- now if you get a listing of installed packages in the first case and information on what version of pear is installed in the second you're ready to use it.
这篇关于yum 在 centos 上安装 php-pear*的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:yum 在 centos 上安装 php-pear*
基础教程推荐
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01