php安装错误:error while loading shared libraries: libltdl.so.3

 修改/etc/ld.so.conf文件
追加如下一句(就这句,不要加别的)
/usr/local/lib

然后执行ldconfig命令,再编译

你可能感兴趣的:(PHP)