[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Running 32 bit binaries on 64 bit systems
- From: Gordon Messmer <yinyang eburg com>
- To: "Community assistance, encouragement, and advice for using Fedora." <fedora-list redhat com>
- Subject: Re: Running 32 bit binaries on 64 bit systems
- Date: Thu, 14 May 2009 11:40:59 -0700
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]