D danymax New member Joined Oct 4, 2007 Messages 2 Oct 5, 2007 #1 When build php I get: /usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status make: *** [libphp4.la] Error 1 Can Help me? Ciao. Daniele
When build php I get: /usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status make: *** [libphp4.la] Error 1 Can Help me? Ciao. Daniele
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,636 Location LT, EU Oct 5, 2007 #2 Try this if you use CentOS or Fedora: Code: yum -y install libtool-libs Then try "./build php n" again.
Try this if you use CentOS or Fedora: Code: yum -y install libtool-libs Then try "./build php n" again.
Randy Verified User Joined Sep 30, 2005 Messages 104 Location The Netherlands Oct 5, 2007 #4 Is u use the custombuild script: ./build libtool
Elfodellanotte Verified User Joined Apr 12, 2008 Messages 45 Location Brno (Czech Republic) Apr 12, 2008 #5 if you got this problem with ./build php y and you got Debian OS type : apt-get install libltdl3-dev Its a independent system dlopen wrapper for GNU libtool and apt-get install libltdl3 (if its not installed) after retry with ./build php y and you'll install it correctly
if you got this problem with ./build php y and you got Debian OS type : apt-get install libltdl3-dev Its a independent system dlopen wrapper for GNU libtool and apt-get install libltdl3 (if its not installed) after retry with ./build php y and you'll install it correctly
V vovaNux Verified User Joined Nov 27, 2006 Messages 82 Apr 21, 2010 #6 I was looking for exactly the same solution. Here is the trick that did the job for me.