如何在 RedHat Enterprise 5 上安装 automake 和 autoconf?

Kev*_*ley 13 redhat yum upload

我正在尝试为 PHP 应用程序安装“uploadprogress”,但在依赖项上失败。

首先是 phpize,然后是 php-devel,然后是 autoconf 和 automake。

我尝试过 yum 和各种存储库,但都没有成功。

我认为这与他们在 Rackspace Cloud 服务器上的超紧凑但令人讨厌的设置有关。

有谁知道我在哪里可以找到我可以告诉 yum 查看的存储库,该存储库将包含 php-devel、autoconf、automake 等?

非常感谢。


发布详情: 红帽企业 Linux 服务器 5.3 版 (Tikanga)

Linux 版本 2.6.18-128.7.1.el5xen (mockbuild@hs20-bc2-3.build.redhat.com) (gcc 版本 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Wed Aug 19 04 :17:26 美国东部时间 2009

Linux Serv001 2.6.18-128.7.1.el5xen #1 SMP Wed Aug 19 04:17:26 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

小智 22

这些应该可以通过 yum 和基础 RHEL 存储库安装。您是否尝试过查询它们是否已安装但不在您的路径中?另外,您是否通过 yum 成功安装了任何东西?

要检查您需要安装什么软件包:

[user@server]# yum whatprovides autoconf automake
Loaded plugins: rhnplugin, security
autoconf-2.59-12.noarch : A GNU tool for automatically configuring source code.
Repo        : rhel-x86_64-server-5
Matched from:

automake-1.9.6-2.1.noarch : A GNU tool for automatically creating Makefiles.
Repo        : rhel-x86_64-server-5
Matched from:
Run Code Online (Sandbox Code Playgroud)