Bill Davidsen wrote:
Although I'm having this on FC11 I had it on FC6, so it's hardly "new" or "testing" material. The problem with trying to run 32 bit binaries is that they take vast numbers of libraries which have to be located and installed, and generally one at a time.
find . -type f -perm /0001 | xargs file | grep ELF | cut -f1 -d: \ | xargs ldd | grep "not found" | awk '{print $1}' \ | sort | uniq | xargs yum provides -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines