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

Installation issues ifort 11.0.074

rokali
Beginner
4,238 Views

Hi,

I try to install the Intel fortran compiler via the install.sh script from the package l_cprof_p_11.0.074_intel64.tgz

on a machine with a Q9450 processor and a slamd64-12.1 installation.

The installer misses some 32-bit compatibility libraries (libstdc++, libstdc++5, glibc, libgcc in:

Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite), which I think I should have:

$ ls -l /usr/lib*/libstdc++.so* /usr/lib*/libc.so* /usr/lib*/libgcc*

-rw-r--r-- 1 root root 238 2008-05-04 18:38 /usr/lib/libc.so
lrwxrwxrwx 1 root root 13 2008-10-06 16:43 /usr/lib/libgcc_s.so -> libgcc_s.so.1
-rw-r--r-- 1 root root 239894 2008-03-22 23:24 /usr/lib/libgcc_s.so.1
lrwxrwxrwx 1 root root 18 2008-10-06 16:43 /usr/lib/libstdc++.so -> libstdc++.so.6.0.9*
lrwxrwxrwx 1 root root 18 2008-10-06 16:43 /usr/lib/libstdc++.so.5 -> libstdc++.so.5.0.7*
-rwxr-xr-x 1 root root 748800 2008-04-06 17:08 /usr/lib/libstdc++.so.5.0.7*
lrwxrwxrwx 1 root root 18 2008-10-06 16:43 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.9*
-rwxr-xr-x 1 root root 1183952 2008-03-22 23:24 /usr/lib/libstdc++.so.6.0.9*
-rw-r--r-- 1 root root 253 2008-05-04 18:52 /usr/lib64/libc.so
lrwxrwxrwx 1 root root 13 2008-10-06 16:44 /usr/lib64/libgcc_s.so -> libgcc_s.so.1*
-rwxr-xr-x 1 root root 54864 2008-03-22 23:36 /usr/lib64/libgcc_s.so.1*
lrwxrwxrwx 1 root root 18 2008-10-06 16:45 /usr/lib64/libstdc++.so -> libstdc++.so.6.0.9*
lrwxrwxrwx 1 root root 18 2008-10-06 16:41 /usr/lib64/libstdc++.so.5 -> libstdc++.so.5.0.7*
-rwxr-xr-x 1 root root 830536 2007-05-31 21:37 /usr/lib64/libstdc++.so.5.0.7*
lrwxrwxrwx 1 root root 18 2008-10-06 16:45 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.9*
-rwxr-xr-x 1 root root 979416 2008-03-22 23:36 /usr/lib64/libstdc++.so.6.0.9*

I also do not get the possibility to do an "unsupported installation"? Former installations of the ifort

were more or less flawlessly.

 

Can you give me some advice?

 

Thanks in advance,

rokali

0 Kudos
24 Replies
Steven_L_Intel1
Employee
632 Views
Quoting - lele1026

I try to install ifort8.0, but there are still many libraries missing. My system is fedora 11.0

Your post here is not relevant to the topic. I'll respond to your other post.
0 Kudos
alexvader
Beginner
632 Views
Quoting - dhirajhazra
I am facing the same problem in mandriva.Please see my post
http://software.intel.com/en-us/forums/showthread.php?t=69071

I am not abkle to implement the silent procedure in mandriva 64 bit.
I run
./install.sh -n -run --silent sil.txt
Where sil.txt is a text file containing
------------------------------------------------------------
[ifort11-intel64]
INSTALLDIR=/opt/intel/Compiler/11.1/056
OPTIONS=-U --replacefiles --force --nodeps
EULA=accept
ECL_DISCLAIMER=accept
NON_SUPPORTED_OS_INSTALL=Yes
REPLACE_EXISTING_INSTALLATION=Yes
-------------------------------------------------------------
I have libstdc++5- 32 bit installed.
I am trying to install from l_cprof_p_11.1.056_intel64 version.

Can you suggest how the silent file can be modified in my case?
Thanks
dhiraj


0 Kudos
alexvader
Beginner
632 Views
Quoting - dhirajhazra
I am facing the same problem in mandriva.Please see my post
http://software.intel.com/en-us/forums/showthread.php?t=69071

I am not abkle to implement the silent procedure in mandriva 64 bit.
I run
./install.sh -n -run --silent sil.txt
Where sil.txt is a text file containing
------------------------------------------------------------
[ifort11-intel64]
INSTALLDIR=/opt/intel/Compiler/11.1/056
OPTIONS=-U --replacefiles --force --nodeps
EULA=accept
ECL_DISCLAIMER=accept
NON_SUPPORTED_OS_INSTALL=Yes
REPLACE_EXISTING_INSTALLATION=Yes
-------------------------------------------------------------
I have libstdc++5- 32 bit installed.
I am trying to install from l_cprof_p_11.1.056_intel64 version.

Can you suggest how the silent file can be modified in my case?
Thanks
dhiraj


remove the first line "[ifort11-intel64]"

and try non-rpm, add this

INSTALL_MODE=NONRPM

And you are using a root window to do this. Do not use sudo unless you do

sudo bash

to get a full root shell.

ron


Hi Ronald

What do you suggest me to change in the silent ini script to accept an activation code instead of an existing license...?

I am trying to install icc, ifort and mkl on Slackware64 13...


BRGDS

Alex

0 Kudos
Ron_Green
Moderator
632 Views
As you probably read in the silent installation guide:

http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/

There is no other option on ACTIVATION other than ACTIVATION=exist_lic. So you must register your product and get your license. Go to https://registrationcenter.intel.com and register that serial number to your name/account and then you can get your license file.

I haven't used Slackware in a very long time. But like the other Linux distributions, you need gcc, g++, and the older compatibility library libstdc++.so.5 - and if you have a 64bit version of Slackware, you need this in BOTH 32bit and 64bit versions - both on your system, and then you should be able to install.

ron
0 Kudos
Reply