question

JeffJ avatar image
JeffJ asked Spirent_Admin edited

HOW TO: iTest Installation on 64 bit Fedora 16

iTestinstallation - licensingLinux
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Spirent_Admin avatar image
Spirent_Admin answered Spirent_Admin edited

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.i686

Next, 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.pp

Good luck!!

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.