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
Technology:
Comments
Code Monkey (not verified)
Wed, 10/06/2010 - 20:22
Permalink
Thanks for this. Did an
Thanks for this. Did an upgrade from Ubuntu 8.04 to 10.04 and PHP compiles failed until I installed libltdl-dev.
Code Monkey (not verified)
Thu, 01/06/2011 - 14:28
Permalink
Thanks a lot man........found
Thanks a lot man........found your post after spending 4 hours troubleshooting the problem......
Pages
Add new comment