Running 32 bit binaries on 64 bit systems

Gordon Messmer yinyang at eburg.com
Thu May 14 18:40:59 UTC 2009


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




More information about the users mailing list