gpt4 book ai didi

php - 安装 PECL 失败,未找到 raphf.so

转载 作者:太空狗 更新时间:2023-10-29 12:29:20 26 4
gpt4 key购买 nike

我正在尝试 install MediaWiki在我运行 Ubuntu 14.10 和 php 5.5.9-1ubuntu4.11 的 VPS 上。我使用 this guide 安装了 php5 .现在我看到了 MediaWiki 安装文件。它告诉我缺少可选的 PECL:“警告:国际 PECL 扩展不可用于处理 Unicode 规范化,回退到缓慢的纯 PHP 实现。”

phpinfo() 证实了这一点(“PECL”的 CTRL+F = 0 次命中)。

但是,如果我运行 sudo pecl install pecl_http,我会得到一个错误:

...
checking for ext/raphf support... no
configure: error: Please install pecl/raphf and activate extension=raphf.so in your php.ini
ERROR: `/tmp/pear/temp/pecl_http/configure --with-http-zlib-dir=/usr --with-http-libcurl-dir=/usr --with-http-libevent-dir=/usr --with-http-libidn-dir=/usr' failed

The same error as this prior question on SO .我已经尝试了那里的答案中提到的所有事情,包括将三个“extension=”行添加到 php.ini。

尝试安装 raphf 会导致:

sudo pecl install raphf
pecl/raphf is already installed and is the same as the released version 1.1.0
install failed

phpinfo() 也列出了已安装的 RAPHF 1.1.0。要测试的脚本(通过浏览器访问,而不是通过控制台访问):

echo extension_loaded(raphf) ? "raphf loaded" : "raphf not loaded";

确认它已加载。 Script from a prior SO question没有收到任何答复。

如果我搜索例如找不到服务器上的 raphf.so 文件。添加到 php.ini 的其他三个扩展也是如此(在其他问题中提到)。

基本上,RAPHF好像同时安装和不安装。前面的问题和攻略都用完了,所以就来了。有什么想法吗?

最佳答案

安装缺少的国际扩展:

sudo apt-get install php5-intl

pecl_httppecl_intl 是两个不同的东西,顺便说一下。

Basically, RAPHF seems to be installed and not installed at the same time.

Web 服务器的 PHP 和控制台 PHP 使用不同的 php.ini 。所以当你 phpinfo(); 在网络服务器上看到模块 X 时,并不意味着它可以通过 php-cli (pecl == console == php-cli) 获得。

关于php - 安装 PECL 失败,未找到 raphf.so,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32375742/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com