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
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
There are currently 0 users online.
Comments
Thanks for this. Did an
Submitted by Code Monkey (not verified) on
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
Submitted by Code Monkey (not verified) on
Thanks a lot man........found your post after spending 4 hours troubleshooting the problem......
Pages
Add new comment