Remove autoconf and automake RPM's and build them using the CustomBuild script.
-rw-r--r-- 1 root root 1396855 Nov 18 2006 autoconf-2.61.tar.gz
-rw-r--r-- 1 root root 1212534 Jan 22 07:06 automake-1.10.1.tar.gz
-rw-r--r-- 1 root root 1150568 Oct 16 2006 automake-1.10.tar.gz
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build
./build versions
./build update_versions
[root@host custombuild]# rpm -q autoconf
autoconf-2.59-12
[root@host custombuild]# rpm -q automake
automake-1.9.6-2.1
[root@host custombuild]#
I told you to remove them rpm -e autoconf automake libtool
[root@host custombuild]# rpm -e autoconf
error: Failed dependencies:
autoconf >= 2.58 is needed by (installed) automake-1.9.6-2.1.noarch
autoconf >= 2.50 is needed by (installed) libtool-1.5.22-6.1.i386
autoconf >= 2.54 is needed by (installed) automake17-1.7.9-7.noarch
I told you to use this command rpm -e autoconf automake libtool
If you want to uninstall one by one - add --nodeps at the end of command.
[root@host custombuild]# rpm -e autoconf automake libtool
error: Failed dependencies:
autoconf >= 2.54 is needed by (installed) automake17-1.7.9-7.noarch
./build automake
File already exists: automake-1.10.1.tar.gz
MD5 Checksum on automake-1.10.1.tar.gz passed.
Found /usr/local/directadmin/custombuild/automake-1.10.1.tar.gz
Extracting ...
Done.
Configuring automake-1.10.1...
checking build system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking for tex... no
checking whether autoconf is installed... no
configure: error: Autoconf 2.60 or better is required.
Please make sure it is installed and in your PATH.
Done. Making automake-1.10.1...
Trying to make automake...
make: *** No targets specified and no makefile found. Stop.
*** The make has failed, do you want to try to make again? (y,n):
[root@host custombuild]# ./build automake
File already exists: automake-1.10.tar.gz
MD5 Checksum on automake-1.10.tar.gz passed.
Found /usr/local/directadmin/custombuild/automake-1.10.tar.gz
Extracting ...
Done.
Configuring automake-1.10...
checking build system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking for tex... no
checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
Please make sure it is installed and in your PATH.
Done. Making automake-1.10...
Trying to make automake...
make: *** No targets specified and no makefile found. Stop.
*** The make has failed, do you want to try to make again? (y,n):
n
[root@host custombuild]# rpm -q automake
package automake is not installed
[root@host custombuild]# rpm -e automake --nodeps
error: package automake is not installed
[root@host custombuild]#
configure: error: Autoconf 2.60 or better is required.
Please make sure it is installed and in your PATH.
Done. Making automake-1.10.1...
Trying to make automake...
make: *** No targets specified and no makefile found. Stop.
*** The make has failed, do you want to try to make again?
May I take a look at your server?