- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I'm using fedora 11 and I'm trying to install intel compiler v11.1.038. During installation process, I received some problems with pre-requisites. they are:
Step no: 4 of 7 | Installation configuration - Missing Optional Pre-requisite
----------------------------------------------------------------- ---------------
There is one or more optional unresolved issues. It is highly recommended to fix
it all before you continue the installation. You can fix it without exiting from
the installation and re-check. Or you can quit from the installation, fix it and
run the installation again.
----------------------------------------------------------------- ---------------
Missing optional pre-requisite
-- cannot determine operating system type
-- system glibc or kernel version not supported or not detectable
----------------------------------------------------------------- ---------------
Well I think that the first information, about operating system type, is determined through some routine that extract this information using uname command. So, typing uname -a, the set of my operating system appears as:
[WRF@TUFAO 32]$ uname -a
Linux TUFAO 2.6.29.5-191.fc11.i686.PAE #1 SMP Tue Jun 16 23:19:53 EDT 2009 i686 i686 i386 GNU/Linux
The next issue is about glibc or kernel. Typing rpm -qa | grep glibc returns:
glibc-2.10.1-2.i686
glibc-devel-2.10.1-2.i586
glibc-headers-2.10.1-2.i586
glibc-common-2.10.1-2.i586
and typing rpm -qa | grep kernel, returns:
kernel-PAE-2.6.29.5-191.fc11.i686
kerneloops-0.12-5.fc11.i586
kernel-devel-2.6.29.5-191.fc11.i586
kernel-PAE-devel-2.6.29.4-167.fc11.i686
kernel-headers-2.6.29.5-191.fc11.i586
kernel-firmware-2.6.29.5-191.fc11.noarch
kernel-PAE-2.6.29.4-167.fc11.i686
kernel-PAE-devel-2.6.29.5-191.fc11.i686
Skipping these problems with optional pre-requisites, I proceeds with installation and at step 6 I receive the following message:
Installing Intel Fortran Compiler for applications running on IA-32
component...
Intel Fortran Compiler for applications running on IA-32 component installed
successfully.
----------------------------------------------------------------- ---------------
Installing Intel Debugger for applications running on IA-32 component...
Intel Debugger for applications running on IA-32 component installed
successfully.
----------------------------------------------------------------- ---------------
Installing Intel Math Kernel Library for applications running on IA-32
component...
Intel Math Kernel Library for applications running on IA-32 component
installed successfully.
But when I type ifort, nothing happens!!
When I try to type that inside /opt/intel/Compiler/11.1/038/bin/ia32 directory, the system give me the following message:
[WRF@TUFAO ia32]$ ifort
ifort: error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 2). Trusted Storage based license could
I would like to know if someone else had these problems too, and if someone could help me!
Thanks a lot !!!!!
Step no: 4 of 7 | Installation configuration - Missing Optional Pre-requisite
----------------------------------------------------------------- ---------------
There is one or more optional unresolved issues. It is highly recommended to fix
it all before you continue the installation. You can fix it without exiting from
the installation and re-check. Or you can quit from the installation, fix it and
run the installation again.
----------------------------------------------------------------- ---------------
Missing optional pre-requisite
-- cannot determine operating system type
-- system glibc or kernel version not supported or not detectable
----------------------------------------------------------------- ---------------
Well I think that the first information, about operating system type, is determined through some routine that extract this information using uname command. So, typing uname -a, the set of my operating system appears as:
[WRF@TUFAO 32]$ uname -a
Linux TUFAO 2.6.29.5-191.fc11.i686.PAE #1 SMP Tue Jun 16 23:19:53 EDT 2009 i686 i686 i386 GNU/Linux
The next issue is about glibc or kernel. Typing rpm -qa | grep glibc returns:
glibc-2.10.1-2.i686
glibc-devel-2.10.1-2.i586
glibc-headers-2.10.1-2.i586
glibc-common-2.10.1-2.i586
and typing rpm -qa | grep kernel, returns:
kernel-PAE-2.6.29.5-191.fc11.i686
kerneloops-0.12-5.fc11.i586
kernel-devel-2.6.29.5-191.fc11.i586
kernel-PAE-devel-2.6.29.4-167.fc11.i686
kernel-headers-2.6.29.5-191.fc11.i586
kernel-firmware-2.6.29.5-191.fc11.noarch
kernel-PAE-2.6.29.4-167.fc11.i686
kernel-PAE-devel-2.6.29.5-191.fc11.i686
Skipping these problems with optional pre-requisites, I proceeds with installation and at step 6 I receive the following message:
Installing Intel Fortran Compiler for applications running on IA-32
component...
Intel Fortran Compiler for applications running on IA-32 component installed
successfully.
----------------------------------------------------------------- ---------------
Installing Intel Debugger for applications running on IA-32 component...
Intel Debugger for applications running on IA-32 component installed
successfully.
----------------------------------------------------------------- ---------------
Installing Intel Math Kernel Library for applications running on IA-32
component...
Intel Math Kernel Library for applications running on IA-32 component
installed successfully.
But when I type ifort, nothing happens!!
When I try to type that inside /opt/intel/Compiler/11.1/038/bin/ia32 directory, the system give me the following message:
[WRF@TUFAO ia32]$ ifort
ifort: error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 2). Trusted Storage based license could
I would like to know if someone else had these problems too, and if someone could help me!
Thanks a lot !!!!!
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What happens when you:
cd /opt/intel/Compiler/11.1/038/bin/
source ifortvars.sh ia32
ifort -V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Kevin Davis (Intel)
What happens when you:
cd /opt/intel/Compiler/11.1/038/bin/
source ifortvars.sh ia32
ifort -V
Man, it works !
I honestlly think that installation program should present this hint as pos-installing message to prevent questions like that !!!
One more time, thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, but then how do I feed the family :-)
Seriously, glad that worked. Maybe mentioning the Getting Start guide would help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Kevin Davis (Intel)
OK, but then how do I feed the family :-)
Seriously, glad that worked. Maybe mentioning the Getting Start guide would help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Kevin Davis (Intel)
What happens when you:
cd /opt/intel/Compiler/11.1/038/bin/
source ifortvars.sh ia32
ifort -V
Hi,
I have the same problem while I'm trying to compile the code I'm working on :
ifort: error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 2). Trusted Storage based license could
I installed the Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20090630 Package ID: l_cprof_p_11.1.046, along with the intel c++ compiler.
I work on a 64-bit machine with fedora 11.
I tried what you adviced, and here what I get :
$ source ifortvars.sh intel64
$ ifort -V
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20090630 Package ID: l_cprof_p_11.1.046
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
30 DAY EVALUATION LICENSE
ifort: NOTE: The evaluation period for this product ends on 4-sep-2009 UTC.
But I still can not compile...
If you could find another magic solution, it would help a lot...
Thank you
Mathilde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well I tried this :
source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh intel64
before compiling each time and it seems to work.
Thanks
Mathilde
source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh intel64
before compiling each time and it seems to work.
Thanks
Mathilde

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page