Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489014 --- Comment #28 from Juan Manuel Rodriguez <nushio@xxxxxxxxxxxxxxxxx> 2009-06-25 11:39:02 EDT --- Hey Paul, Toshio helped me find the error in the package. The package flickrnet has a flickrnet.pc file and on the first line, it uses libdir=/usr/lib/ instead of libdir=@LIBDIR@ This is the reason why it won't find lib64. To fix it, on the flickrnet.spec, we do sed -i 's|@LIBDIR@|%_libdir|g' %{SOURCE1} in the %prep section, after %patch0 -p1. I'll attach the patch. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review