Php make error ltdl

If you get the following make error:


/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status

then you need to install the libtool-ltdl-devel package.
On CentOS run
yum install libtool-ltdl-devel
and everything should be fine

Comments

Thanks for this. Did an upgrade from Ubuntu 8.04 to 10.04 and PHP compiles failed until I installed libltdl-dev.

Thanks a lot man........found your post after spending 4 hours troubleshooting the problem......

Pages

Add new comment