PHPでmcrypt拡張インストールのエラー

php-4.3.9 に mcrypt拡張をインストールしようとしたら、libmcryptをインストールしたにも関わらず、

cannot find -lltdl

というエラーが出て全然 make できなかった。

ってこちらに解決方法が。
libmcrypt - solution found for: "cannot find -lltdl" error

> cd /usr/local/libmcrypt/libmcrypt-xxx/libltdl > ./configure --enable-ltdl-install > make > make install