Quote:
Originally Posted by damag
Thanks for your help, I just figured out how to get the binary running with 32-bit libraries after reading the comments in this post. It's just a matter of installing the libraries but specifying the i686 architecture for each:
$ sudo yum install glibc.i686 libjpeg.i686 zlib.i686 freetype.i686 fontconfig.i686
It works now, thanks for all your help. =)
|
Thanks for commenting as to what fixed it. The problem you were having is a much bigger issue than this particular app I imagine. Now all us non Fedora users know how to ensure compatibility with 32-bit binaries.