Redhat – How to install automake and autoconf on RedHat Enterprise 5

redhatuploadyum

I am attempting to install "uploadprogress" for a PHP application, and have failed on dependencies.

Firstly, on phpize, then php-devel, then on autoconf and automake.

I have tried yum, and various repositories, with no luck.

I think it's to do with the ultra-tight but annoying set up they have on Rackspace Cloud servers.

Does anyone know where I can find a repository that I can tell yum to look at that will contain php-devel, autoconf, automake, etc?

Thanks ever so much.


Release details:
Red Hat Enterprise Linux Server release 5.3 (Tikanga)

Linux version 2.6.18-128.7.1.el5xen (mockbuild@hs20-bc2-3.build.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Wed Aug 19 04:17:26 EDT 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

Best Answer

These should be installable via yum and the base RHEL repositories. Have you tried querying if they are already installed but not in your path? Also, have you successfully installed anything via yum?

To check what package you need to install:

[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:
Related Topic