For those who are looking to run iTest on a 64 bit Fedora, allow me to pass along the steps you'll need to perform to ensure you have the proper 32 bit libraries. I've tested this procedure on both Fedora 14 and Fedora 16 installations.
# yum update # yum install redhat-lsb //Don't know if we still need this or not # yum install glibc.i686 # yum install gtk2.i686 # yum install PackageKit-gtk-module.i686 # yum install libcanberra-gtk2.i686 # yum install gtk2-engines.i686 # yum install xulrunner.i686Next, install iTest (I used console mode) and then start up iTest. iTest may fail depending on how the SELinux security is set up. If it does, you need to add a policy for iTest. To do this, execute the following lines as root:
# grep iTest /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.ppGood luck!!
1 Person is following this question.