php编译安装 报错 make ***[libphp5.la] Error 1解决方法

报错信息:
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1

解决方法:
yum -y install libtool libtool-ltdl-devel

原文地址:https://www.cnblogs.com/lin1/p/7561124.html