php make error fc3

Matthew Miller mattdm at mattdm.org
Fri Mar 25 16:39:03 UTC 2005


On Fri, Mar 25, 2005 at 10:45:03AM -0500, Kristina Clair wrote:
> Has anyone seen this when compiling php4.3.10 on FC3?
> /usr/bin/ld: cannot find -lltdl
> collect2: ld returned 1 exit status
> make: *** [libphp4.la] Error 1
> rpm -qf /usr/bin/ld
> binutils-2.15.92.0.2-5

The problem isn't with ld -- ld just can't find something. In specific, it
says it can't find -lltdl -- which is, by convention, a short way of saying
'libltdl.so'. On my system:

$ rpm -qf /usr/lib/libltdl.so
libtool-1.5.6-4.FC3.1

But I'm curious -- in the PHP updates area, there's already a php 4.3.10
package, so you should be able to just do 'yum install php' and get it -- is
there a problem with that?


-- 
Matthew Miller           mattdm at mattdm.org        <http://www.mattdm.org/>
Boston University Linux      ------>                <http://linux.bu.edu/>




More information about the users mailing list