Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Problem installing parallel_studio_xe_2011_sp1_ia32.tgz

ZAmudio__Abraham
Beginner
485 Views
Hi everyone ,

I am trying to install parallel xe on my fedora 14 , but in the moment run ./install.sh , get the following error :

/home/software/parallel_studio_xe_2011_sp1_ia32/./pset/32/install.32: error while loading shared libraries: libxml2.so.2: cannot enable executable stack as shared object requires: Permission denied
./install.sh: line 364: /tmp/intel.pset.strings.software.f14-compiler: No such file or directory


the libxml2 package is installed in /usr/lib .
0 Kudos
1 Reply
ZAmudio__Abraham
Beginner
485 Views
The solution is here :

http://www.mdbbs.org/viewthread.php?action=printable&tid=33019

Basically run as root , the following two commands :

  • getenforce
  • setenforce 0
and ready .
0 Kudos
Reply