Whither /usr/lib64/libfam.la?

Rex Dieter rdieter at math.unl.edu
Fri Jun 3 13:16:43 UTC 2005


Daniel Veillard wrote:
> On Fri, Jun 03, 2005 at 08:34:02AM -0400, Neal Becker wrote:
> 
>>I just tried to build kyum-0.7.1, and got a link error, /usr/lib64/libfam.la
>>not found.  I see on FC3 this file exists:
>>
>>rpm -q -f /usr/lib64/libfam.la
>>gamin-devel-0.0.25-1.FC3
>>
>>It's missing from FC4 version:
>>rpm -q gamin-devel
>>gamin-devel-0.1.0-1
>>
>>I think this is a big problem, because it seems other kde libs reference it.

>   https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159144
> 
> Those kde libraries should be rebuilt to not reference the .la, since as
> you discovered those reference are way too fragile 

Amen brother.  Either rebuild or remove the references to to libfam.la 
from all /usr/lib/*.la files,
perl -pi -e "s@/usr/lib/libfam.la@@" /usr/lib/*.la

-- Rex




More information about the fedora-devel-list mailing list