Cannot find -lltdl error when compiling PHP

The Scenario

Error: /usr/bin/ld: cannot find -lltdl

One of the server complaint the above error when I tried to compile PHP 5.2.6 this morning. Google revealed me several answers which lead me to a series of yum install as below:

[root@ukserv ~]# yum install gcc automake autoconf libtool make
[root@ukserv ~]# yum install libtool-ltdl
[root@ukserv ~]# yum install libtool-ltdl-devel
[root@ukserv ~]# yum install libtool-libs

About this entry