在 Fedora 8 上安装 php-devel 时出现问题(运行 PHP 5.2.14)

发布于 2024-10-17 07:40:39 字数 1131 浏览 1 评论 0原文

我正在尝试安装 php-devel,但出现依赖项错误:

错误:缺少依赖项:php-devel 包需要 php = 5.2.4-3

我用 google 搜索了一下,但找不到任何太有用的东西。有人以前见过这个吗?我确定我只需要手动 yum 安装一些东西,但我不太熟悉 yum。

这是完整的交易:

[peter@akebono xdebug]$ cat /proc/version Linux 版本 2.6.23.1-42.fc8 ([电子邮件受保护]) ( gcc 版本 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP 10 月 30 日星期二 13:18:33 EDT 2007

[peter@akebono xdebug]$ php --version PHP 警告:模块“mysqli”已在第 0 行未知加载 PHP 5.2.6 (cli)(构建时间:2008 年 5 月 8 日 08:54:23) 版权所有 (c) 1997-2008 PHP 集团 Zend Engine v2.2.0,版权所有 (c) 1998-2008 Zend Technologies 使用 Zend Debugger v5.2.14,版权所有 (c) 1999-2008,Zend Technologies

[peter@akebono xdebug]$ sudo yum install php-devel 密码: 存储库开发在配置中多次列出 存储库development-debuginfo在配置中多次列出 存储库开发源在配置中多次列出 设置安装过程 解析包安装参数 解决依赖关系 -->运行交易检查 --->软件包 php-devel.i386 0:5.2.4-3 设置为更新 -->处理依赖: php = 5.2.4-3 for package: php-devel --->软件包 php-devel.x86_64 0:5.2.6-2.fc8 设置为更新 -->完成依赖解析 错误:缺少依赖项:php-devel 包需要 php = 5.2.4-3

I'm trying to install php-devel, but getting a dependency error:

Error: Missing Dependency: php = 5.2.4-3 is needed by package php-devel

I googled around a bit but couldn't find anything too useful. Anybody seen this before? I'm sure I just need to manually yum install something but I'm not that versed with yum.

Here's the full deal:

[peter@akebono xdebug]$ cat /proc/version
Linux version 2.6.23.1-42.fc8 ([email protected]) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Tue Oct 30 13:18:33 EDT 2007

[peter@akebono xdebug]$ php --version
PHP Warning: Module 'mysqli' already loaded in Unknown on line 0
PHP 5.2.6 (cli) (built: May 8 2008 08:54:23)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Zend Debugger v5.2.14, Copyright (c) 1999-2008, by Zend Technologies

[peter@akebono xdebug]$ sudo yum install php-devel
Password:
Repository development is listed more than once in the configuration
Repository development-debuginfo is listed more than once in the configuration
Repository development-source is listed more than once in the configuration
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php-devel.i386 0:5.2.4-3 set to be updated
--> Processing Dependency: php = 5.2.4-3 for package: php-devel
---> Package php-devel.x86_64 0:5.2.6-2.fc8 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: php = 5.2.4-3 is needed by package php-devel

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蘸点软妹酱 2024-10-24 07:40:39

请注意,Fedora 8 已在一年前停止支持,因此,如果您想要更改频率较低的内容,您几乎肯定最好迁移到较新版本的 Fedora(此时为 Fedora 14)或迁移到 RHEL。

Note that Fedora 8 stopped being supported over a year ago, so you are almost certainly better off migrating to a newer version of Fedora (Fedora 14 at this point) or moving to RHEL if you want something that changes less frequently.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文