Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

SELinux problem

subbareddy2009
Beginner
379 Views
When i try to install fortran 77 compiler in my pc by running ./install.sh the following message appears in the screen. i am unable to locate SELinux..


We currently support only "Permissive" mode, which is
not found on the system.
To rectify this issue, you may either disable SELinux by
- setting the line "SELINUX=disabled" in your /etc/sysconfig/selinux file
- adding "selinux=0" kernel argument in lilo.conf or grub.conf files
or make SELinux mode adjustment by
- setting the line "SELINUX=permissive" in your /etc/sysconfig/selinux file
or ask your system administrator to make SELinux mode adjustment.

You may need to reboot your system after changing the system parameters.

More information about SELinux can be found at http://www.nsa.gov/selinux/

Quitting! Press "Enter" to terminate install.
0 Kudos
1 Reply
Ron_Green
Moderator
379 Views
Quoting - subbareddy2009
When i try to install fortran 77 compiler in my pc by running ./install.sh the following message appears in the screen. i am unable to locate SELinux..


We currently support only "Permissive" mode, which is
not found on the system.
To rectify this issue, you may either disable SELinux by
- setting the line "SELINUX=disabled" in your /etc/sysconfig/selinux file
- adding "selinux=0" kernel argument in lilo.conf or grub.conf files
or make SELinux mode adjustment by
- setting the line "SELINUX=permissive" in your /etc/sysconfig/selinux file
or ask your system administrator to make SELinux mode adjustment.

You may need to reboot your system after changing the system parameters.

More information about SELinux can be found at http://www.nsa.gov/selinux/

Quitting! Press "Enter" to terminate install.

Some Linux distributions have this Security Enhanced (SE) feature enabled by default. Do as the installer says:

setting the line "SELINUX=disabled" in your /etc/sysconfig/selinux file

If that file /etc/sysconfig/selinux does not exist, create it, add the line
SELINUX=disabled

and reboot.

ron
0 Kudos
Reply