<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installation issues ifort 11.0.074 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751687#M7922</link>
    <description>&lt;BR /&gt;Thank you alot Ronald !!!&lt;BR /&gt;thank you !!!&lt;BR /&gt;&lt;BR /&gt;I had the same issue with the 11.0.081 version of the Intel Fortran compiler.&lt;BR /&gt;(with the l_cprof_p_11.0.081.tgz or the l_cprof_p_11.0.081_intel64.tgz on a (recent) x86_64 Linux):&lt;BR /&gt;"&lt;BR /&gt;Missing critical pre-requisite&lt;BR /&gt;-- 32-bit libraries not found&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;detail:&lt;BR /&gt;32-bit libraries not found on this system.&lt;BR /&gt;This product release requires the presence of 32-bit compatibility libraries&lt;BR /&gt;when running on Intel 64 architecture systems. One or more of these libraries&lt;BR /&gt;could not be found:&lt;BR /&gt; libstdc++&lt;BR /&gt; libstdc++5&lt;BR /&gt; glibc&lt;BR /&gt; libgcc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I checked and all req. libs are in /lin64 /lib /usr/lib64 and /lib (And when I check the type "file /lib64/libc.so.6" or "file /lib64/libc-2.7.so" is well a "ELF 64-bit LSB shared object, x86-64..." or a 32bits if in /lib/...&lt;BR /&gt;&lt;BR /&gt;I have this problem on a Linux Mandriva 2008.1 x86_64 (2008.1.0 0.11 cambria, kernel 2.6.24.4-server-1mnb)&lt;BR /&gt;as well as on a Mandriva 2009.1 x86_64, (2009.1.0 1 pauillac, kernel 2.6.29.1-desktop-4mnb)&lt;BR /&gt;but the same install does not fait (works well) on a RHEL (RedHat) 5.3 install (kernel 2.6.18-128.el5)...&lt;BR /&gt;&lt;BR /&gt;With you tip (install_fc.sh -n --run --silent FILENAME) it's working fine !&lt;BR /&gt;(but you have to modify the aleady existent file in ./l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/&lt;BR /&gt;( ./l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/SilentInstallConfigFile.ini) !)&lt;BR /&gt;&lt;BR /&gt;The fortran programs compile well and run well.&lt;BR /&gt;&lt;BR /&gt;ps: I also added into the .bash_profile :&lt;BR /&gt;PATH=$PATH:/opt/intel/Compiler/11.0/081/bin/intel64&lt;BR /&gt;export PATH&lt;BR /&gt;LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/Compiler/11.0/074/lib/intel64&lt;BR /&gt;export LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the tip,&lt;BR /&gt;&lt;BR /&gt;Michel.P@Lpgp (ups-cnrs)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Jun 2009 16:28:12 GMT</pubDate>
    <dc:creator>michelpfr</dc:creator>
    <dc:date>2009-06-18T16:28:12Z</dc:date>
    <item>
      <title>Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751677#M7912</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I try to install the Intel fortran compiler via the install.sh script from the package l_cprof_p_11.0.074_intel64.tgz&lt;/P&gt;&lt;P&gt;on a machine with a Q9450 processor and a slamd64-12.1 installation.&lt;/P&gt;&lt;P&gt;The installer misses some 32-bit compatibility libraries (libstdc++, libstdc++5, glibc, libgcc in:&lt;/P&gt;&lt;P&gt;Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite), which I think I should have:&lt;/P&gt;&lt;P&gt;$ ls -l /usr/lib*/libstdc++.so* /usr/lib*/libc.so* /usr/lib*/libgcc*&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 root root 238 2008-05-04 18:38 /usr/lib/libc.so&lt;BR /&gt;lrwxrwxrwx 1 root root 13 2008-10-06 16:43 /usr/lib/libgcc_s.so -&amp;gt; libgcc_s.so.1&lt;BR /&gt;-rw-r--r-- 1 root root 239894 2008-03-22 23:24 /usr/lib/libgcc_s.so.1&lt;BR /&gt;lrwxrwxrwx 1 root root 18 2008-10-06 16:43 /usr/lib/libstdc++.so -&amp;gt; libstdc++.so.6.0.9*&lt;BR /&gt;lrwxrwxrwx 1 root root 18 2008-10-06 16:43 /usr/lib/libstdc++.so.5 -&amp;gt; libstdc++.so.5.0.7*&lt;BR /&gt;-rwxr-xr-x 1 root root 748800 2008-04-06 17:08 /usr/lib/libstdc++.so.5.0.7*&lt;BR /&gt;lrwxrwxrwx 1 root root 18 2008-10-06 16:43 /usr/lib/libstdc++.so.6 -&amp;gt; libstdc++.so.6.0.9*&lt;BR /&gt;-rwxr-xr-x 1 root root 1183952 2008-03-22 23:24 /usr/lib/libstdc++.so.6.0.9*&lt;BR /&gt;-rw-r--r-- 1 root root 253 2008-05-04 18:52 /usr/lib64/libc.so&lt;BR /&gt;lrwxrwxrwx 1 root root 13 2008-10-06 16:44 /usr/lib64/libgcc_s.so -&amp;gt; libgcc_s.so.1*&lt;BR /&gt;-rwxr-xr-x 1 root root 54864 2008-03-22 23:36 /usr/lib64/libgcc_s.so.1*&lt;BR /&gt;lrwxrwxrwx 1 root root 18 2008-10-06 16:45 /usr/lib64/libstdc++.so -&amp;gt; libstdc++.so.6.0.9*&lt;BR /&gt;lrwxrwxrwx 1 root root 18 2008-10-06 16:41 /usr/lib64/libstdc++.so.5 -&amp;gt; libstdc++.so.5.0.7*&lt;BR /&gt;-rwxr-xr-x 1 root root 830536 2007-05-31 21:37 /usr/lib64/libstdc++.so.5.0.7*&lt;BR /&gt;lrwxrwxrwx 1 root root 18 2008-10-06 16:45 /usr/lib64/libstdc++.so.6 -&amp;gt; libstdc++.so.6.0.9*&lt;BR /&gt;-rwxr-xr-x 1 root root 979416 2008-03-22 23:36 /usr/lib64/libstdc++.so.6.0.9*&lt;/P&gt;&lt;P&gt;I also do not get the possibility to do an "unsupported installation"? Former installations of the ifort&lt;/P&gt;&lt;P&gt;were more or less flawlessly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give me some advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;rokali&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2008 15:51:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751677#M7912</guid>
      <dc:creator>rokali</dc:creator>
      <dc:date>2008-11-26T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751678#M7913</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;P&gt;The Intel64 compiler is native 64-bit, so has no use for 32-bit libraries, beyond the libstdc++ for 32-bit gcc-3.4. It does require an installation of 64-bit g++, as its predecessors did. It should still be using g++ to find out which gnu libraries to use. The 32-bit compiler would require an installation of 32-bit g++ (invoked as g++ -m32), possibly including the compat-libstdc++, as before.&lt;/P&gt;
&lt;P&gt;The 11.0 install menu doesn't use the same words as 10.1 for unsupported installation, and the selection for missing prerequisites is buggy. Assuming that you have the corresponding g++ active, you simply accept the default, to ignore missing prerequisites. idb installation is fully automatic only on a very limited selection of distros, so you would likely need some of the work-arounds discussed on this forum.&lt;/P&gt;
&lt;P&gt;If you don't like to fiddle with obsolete installer issues, an effort has been made to fix them in current releases.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2008 16:24:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751678#M7913</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-11-26T16:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751679#M7914</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;The 11.0 install menu doesn't use the same words as 10.1 for unsupported installation, and the selection for missing prerequisites is buggy.  Assuming that you have the corresponding g++ active, you simply accept the default, to ignore missing prerequisites.  idb installation is fully automatic only on a very limited selection of distros, so you would likely need some of the work-arounds discussed on this forum.&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;OK, thank you for your answer.&lt;/P&gt;
&lt;P&gt;The problem is, that the installer (pset/32e/install.32e ?) does not allow to ignore the&lt;/P&gt;
&lt;P&gt;prerequisites. It is a loop at step 4 from 7.&lt;/P&gt;
&lt;P&gt;This is the last part of the terminal output of the installer:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ESC[2JESC[1;1HStep no: 4 of 7 | Installation Type&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Congratulations! Your software has been activated. Please continue the&lt;BR /&gt;installation by choosing Typical Install (using all default) or Custom Install&lt;BR /&gt;to change the default install options.&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;1. Typical Install (Recommended) [default]&lt;BR /&gt;2. Custom Install (For Advanced Users)&lt;/P&gt;
&lt;P&gt;h. Help&lt;BR /&gt;b. Back to the previous menu&lt;BR /&gt;q. Quit&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Please type a selection or press "Enter" to accept default choice [1]: &lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Checking the prerequisites. It can take several minutes. Please wait...&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;which: no java in (/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin)&lt;BR /&gt;ESC[2JESC[1;1HStep no: 4 of 7 | Installation configuration - Missing Critical Pr&lt;BR /&gt;e-requisite&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;There is one or more critical unresolved issue which prevents installation to&lt;BR /&gt;continue. You can fix it without exiting from the installation and re-check. Or&lt;BR /&gt;you can quit from the installation, fix it and run the installation again.&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Missing critical pre-requisite&lt;BR /&gt;-- 32-bit libraries not found&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;1. Show the detailed info about issue(s) [default]&lt;BR /&gt;2. Re-check the pre-requisites&lt;/P&gt;
&lt;P&gt;h. Help&lt;BR /&gt;b. Back to the previous menu&lt;BR /&gt;q. Quit&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Please type a selection or press "Enter" to accept default choice [1]: &lt;BR /&gt;ESC[2JESC[1;1HStep no: 4 of 7 | Installation configuration - Missing Critical Pr&lt;BR /&gt;e-requisite&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;32-bit libraries not found on this system.&lt;BR /&gt;This product release requires the presence of 32-bit compatibility libraries &lt;BR /&gt;when running on Intel 64 architecture systems. One or more of these libraries&lt;BR /&gt;could not be found:&lt;BR /&gt; libstdc++&lt;BR /&gt; libstdc++5&lt;BR /&gt; glibc&lt;BR /&gt; libgcc&lt;BR /&gt;Without these libraries, the compiler will not function properly. These&lt;BR /&gt;libraries,&lt;BR /&gt;if not installed, can be installed from the OS discs after finishing the&lt;BR /&gt;compiler&lt;BR /&gt;installation.&lt;BR /&gt;Please refer to Release Notes for more information.&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;1. See next issue [default]&lt;BR /&gt;2. Back to Pre-requisite summary dialog&lt;/P&gt;
&lt;P&gt;h. Help&lt;BR /&gt;b. Back to the previous menu&lt;BR /&gt;q. Quit&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Please type a selection or press "Enter" to accept default choice [1]: &lt;BR /&gt;ESC[2JESC[1;1HStep no: 4 of 7 | Installation configuration - Missing Critical Pr&lt;BR /&gt;e-requisite&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;There is one or more critical unresolved issue which prevents installation to&lt;BR /&gt;continue. You can fix it without exiting from the installation and re-check. Or&lt;BR /&gt;you can quit from the installation, fix it and run the installation again.&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Missing critical pre-requisite&lt;BR /&gt;-- 32-bit libraries not found&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;1. Show the detailed info about issue(s) [default]&lt;BR /&gt;2. Re-check the pre-requisites&lt;/P&gt;
&lt;P&gt;h. Help&lt;BR /&gt;b. Back to the previous menu&lt;BR /&gt;q. Quit&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Please type a selection or press "Enter" to accept default choice [1]: q&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It is the same issue, if I choose custom install.&lt;/P&gt;
&lt;P&gt;Perhaps I simply missed the possibility to force the installation to continue?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;rokali&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2008 09:21:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751679#M7914</guid>
      <dc:creator>rokali</dc:creator>
      <dc:date>2008-11-27T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751680#M7915</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;You're installing the 32-bit compiler and therefore the 32-bit development libraries component is required. Please read the System Requirements section of the Release Notes for further information.&lt;/P&gt;
&lt;P&gt;Or, do not install the 32-bit compiler and get the Intel 64 compiler instead.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2008 10:43:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751680#M7915</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-27T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751681#M7916</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;You're installing the 32-bit compiler and therefore the 32-bit development libraries component is required.  Please read the System Requirements section of the Release Notes for further information.&lt;/P&gt;
&lt;P&gt;Or, do not install the 32-bit compiler and get the Intel 64 compiler instead.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;OK, now I'm puzzled.&lt;/P&gt;
&lt;P&gt;I downloaded and extracted this file: l_cprof_p_11.0.074_intel64.tgz&lt;/P&gt;
&lt;P&gt;It contains - among other files - the file intel-cprof110074e-11.0-1.x86_64.rpm&lt;/P&gt;
&lt;P&gt;So I'm sure, that I have the 64-bit compiler, appropriate for my system:&lt;/P&gt;
&lt;P&gt;$ uname -m&lt;BR /&gt;x86_64&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I think I have the required packages, as well 64-bit binaries and libraries&lt;/P&gt;
&lt;P&gt;as 32-bit compatibility libs, as stated in my first post.:&lt;/P&gt;
&lt;P&gt;$which gcc&lt;BR /&gt;/usr/bin/gcc&lt;/P&gt;
&lt;P&gt;$which g++&lt;BR /&gt;/usr/bin/g++&lt;/P&gt;
&lt;P&gt;$/sbin/ldconfig -p|egrep "libstdc|libgcc|libc.so" &lt;BR /&gt; libstdc++.so.6 (libc6,x86-64) =&amp;gt; /usr/lib64/libstdc++.so.6&lt;BR /&gt; libstdc++.so.6 (libc6) =&amp;gt; /usr/lib/libstdc++.so.6&lt;BR /&gt; libstdc++.so.5 (libc6,x86-64) =&amp;gt; /usr/lib64/libstdc++.so.5&lt;BR /&gt; libstdc++.so.5 (libc6) =&amp;gt; /usr/lib/libstdc++.so.5&lt;BR /&gt; libstdc++.so (libc6,x86-64) =&amp;gt; /usr/lib64/libstdc++.so&lt;BR /&gt; libstdc++.so (libc6) =&amp;gt; /usr/lib/libstdc++.so&lt;BR /&gt; libgcc_s.so.1 (libc6,x86-64) =&amp;gt; /usr/lib64/libgcc_s.so.1&lt;BR /&gt; libgcc_s.so.1 (libc6) =&amp;gt; /usr/lib/libgcc_s.so.1&lt;BR /&gt; libgcc_s.so (libc6,x86-64) =&amp;gt; /usr/lib64/libgcc_s.so&lt;BR /&gt; libgcc_s.so (libc6) =&amp;gt; /usr/lib/libgcc_s.so&lt;BR /&gt; libc.so.6 (libc6,x86-64, OS ABI: Linux 2.6.16) =&amp;gt; /lib64/libc.so.6&lt;BR /&gt; libc.so.6 (libc6, OS ABI: Linux 2.6.16) =&amp;gt; /lib/libc.so.6&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Correct me if I'm wrong, but I think I match the "Requirements to Develop Intel 64 Architecture Applications"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;from the &lt;/SPAN&gt;System Requirements.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Your help would be much appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;rokali&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:29:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751681#M7916</guid>
      <dc:creator>rokali</dc:creator>
      <dc:date>2008-11-27T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751682#M7917</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Ok, I see now. Unfortunately, the Linux install is not my area of expertise. This may need to wait for Monday when Intel US returns from the holiday.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2008 13:33:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751682#M7917</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-28T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751683#M7918</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I have the same problem. All required libraries are installed. Nevertheless installer didn't see them( libstdc++, glibc, libgcc, libstdc++5).&lt;/P&gt;
&lt;P&gt;Are there any ways to resolve this problem?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2008 13:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751683#M7918</guid>
      <dc:creator>shlendr</dc:creator>
      <dc:date>2008-12-09T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751684#M7919</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/409506"&gt;shlendr&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I have the same problem. All required libraries are installed. Nevertheless installer didn't see them( libstdc++, glibc, libgcc, libstdc++5).&lt;/P&gt;
&lt;P&gt;Are there any ways to resolve this problem?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;It seems I've just solved this problem =) in Kubuntu: sudo apt-get install ia32-libs&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2008 14:07:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751684#M7919</guid>
      <dc:creator>shlendr</dc:creator>
      <dc:date>2008-12-09T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751685#M7920</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/409506"&gt;shlendr&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;It seems I've just solved this problem =) in Kubuntu: sudo apt-get install ia32-libs&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I am experiencing the same problem in Slamd64.&lt;BR /&gt;&lt;A href="http://www.slamd64.com/" target="_blank"&gt;http://www.slamd64.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The compatibility libraries (related to Debian ia32-libs) are installed, so I think it is a bug in the intel install script, which does not find the libraries in the Slamd64 directories (in this case, /usr/lib to 32 bits and /usr/lib64 to 64 bits).&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;# locate libstdc++.a&lt;BR /&gt;/usr/lib64/libstdc++.a&lt;BR /&gt;/usr/lib/libstdc++.a&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;This bug does not occur in 10.1.012, so I still using this version in these Slamd64 machines.&lt;BR /&gt;&lt;BR /&gt;On my laptop, I use Ubuntu 8.10, and I have not this problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 19:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751685#M7920</guid>
      <dc:creator>Rafael_Barreto</dc:creator>
      <dc:date>2009-01-19T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751686#M7921</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I have just posted the Linux silent installation procedure here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=63038"&gt;http://software.intel.com/en-us/forums/showthread.php?t=63038&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try this procedure. I assume that slamd64 is Debian based and thus does not have RPM. For this case, modify the invocation of install_fc.sh thusly:&lt;BR /&gt;&lt;BR /&gt;install_fc.sh -n --run --silent FILENAME&lt;BR /&gt;&lt;BR /&gt;using the -n to get a non-rpm install.&lt;BR /&gt;&lt;BR /&gt;For the FILENAME configuration file (copied from SilentInstallConfigFile.ini) you'll want something like this:&lt;BR /&gt;&lt;BR /&gt;# IA32&lt;BR /&gt;&lt;BR /&gt;[ifort11-ia32]&lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.0/074&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;ECL_DISCLAIMER=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;&lt;BR /&gt;[iidb11-ia32]&lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.0/074&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;&lt;BR /&gt;[mkl11-ia32]&lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.0/074&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and similarly for the configs for Intel 64.&lt;BR /&gt;&lt;BR /&gt;Keep in mind, this does not guarantee your compiler will work after installation. You are using a non-supported Linux distribution. We are bypassing the prerequisite checks so all bets are off as to whether this will work or not. &lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 22:55:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751686#M7921</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2009-01-19T22:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751687#M7922</link>
      <description>&lt;BR /&gt;Thank you alot Ronald !!!&lt;BR /&gt;thank you !!!&lt;BR /&gt;&lt;BR /&gt;I had the same issue with the 11.0.081 version of the Intel Fortran compiler.&lt;BR /&gt;(with the l_cprof_p_11.0.081.tgz or the l_cprof_p_11.0.081_intel64.tgz on a (recent) x86_64 Linux):&lt;BR /&gt;"&lt;BR /&gt;Missing critical pre-requisite&lt;BR /&gt;-- 32-bit libraries not found&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;detail:&lt;BR /&gt;32-bit libraries not found on this system.&lt;BR /&gt;This product release requires the presence of 32-bit compatibility libraries&lt;BR /&gt;when running on Intel 64 architecture systems. One or more of these libraries&lt;BR /&gt;could not be found:&lt;BR /&gt; libstdc++&lt;BR /&gt; libstdc++5&lt;BR /&gt; glibc&lt;BR /&gt; libgcc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I checked and all req. libs are in /lin64 /lib /usr/lib64 and /lib (And when I check the type "file /lib64/libc.so.6" or "file /lib64/libc-2.7.so" is well a "ELF 64-bit LSB shared object, x86-64..." or a 32bits if in /lib/...&lt;BR /&gt;&lt;BR /&gt;I have this problem on a Linux Mandriva 2008.1 x86_64 (2008.1.0 0.11 cambria, kernel 2.6.24.4-server-1mnb)&lt;BR /&gt;as well as on a Mandriva 2009.1 x86_64, (2009.1.0 1 pauillac, kernel 2.6.29.1-desktop-4mnb)&lt;BR /&gt;but the same install does not fait (works well) on a RHEL (RedHat) 5.3 install (kernel 2.6.18-128.el5)...&lt;BR /&gt;&lt;BR /&gt;With you tip (install_fc.sh -n --run --silent FILENAME) it's working fine !&lt;BR /&gt;(but you have to modify the aleady existent file in ./l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/&lt;BR /&gt;( ./l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/SilentInstallConfigFile.ini) !)&lt;BR /&gt;&lt;BR /&gt;The fortran programs compile well and run well.&lt;BR /&gt;&lt;BR /&gt;ps: I also added into the .bash_profile :&lt;BR /&gt;PATH=$PATH:/opt/intel/Compiler/11.0/081/bin/intel64&lt;BR /&gt;export PATH&lt;BR /&gt;LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/Compiler/11.0/074/lib/intel64&lt;BR /&gt;export LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the tip,&lt;BR /&gt;&lt;BR /&gt;Michel.P@Lpgp (ups-cnrs)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 16:28:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751687#M7922</guid>
      <dc:creator>michelpfr</dc:creator>
      <dc:date>2009-06-18T16:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751688#M7923</link>
      <description>I am facing the same problem in mandriva.Please see my post&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=69071" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=69071&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am not abkle to implement the silent procedure in mandriva 64 bit.&lt;BR /&gt;I run &lt;BR /&gt; ./install.sh -n -run --silent sil.txt&lt;BR /&gt;Where sil.txt is a text file containing &lt;BR /&gt;------------------------------------------------------------ &lt;BR /&gt;[ifort11-intel64]&lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.1/056&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;ECL_DISCLAIMER=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;-------------------------------------------------------------&lt;BR /&gt;I have libstdc++5- 32 bit installed.&lt;BR /&gt;I am trying to install from l_cprof_p_11.1.056_intel64 version.&lt;BR /&gt;&lt;BR /&gt;Can you suggest how the silent file can be modified in my case?&lt;BR /&gt;Thanks&lt;BR /&gt;dhiraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:54:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751688#M7923</guid>
      <dc:creator>Hazra__Dhiraj_Kumar</dc:creator>
      <dc:date>2009-10-14T12:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751689#M7924</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/447461"&gt;dhirajhazra&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I am facing the same problem in mandriva.Please see my post&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=69071" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=69071&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am not abkle to implement the silent procedure in mandriva 64 bit.&lt;BR /&gt;I run &lt;BR /&gt; ./install.sh -n -run --silent sil.txt&lt;BR /&gt;Where sil.txt is a text file containing &lt;BR /&gt;------------------------------------------------------------ &lt;BR /&gt;[ifort11-intel64]&lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.1/056&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;ECL_DISCLAIMER=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;-------------------------------------------------------------&lt;BR /&gt;I have libstdc++5- 32 bit installed.&lt;BR /&gt;I am trying to install from l_cprof_p_11.1.056_intel64 version.&lt;BR /&gt;&lt;BR /&gt;Can you suggest how the silent file can be modified in my case?&lt;BR /&gt;Thanks&lt;BR /&gt;dhiraj&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;remove the first line "[ifort11-intel64]"&lt;BR /&gt;&lt;BR /&gt;and try non-rpm, add this&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;INSTALL_MODE=NONRPM&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;And you are using a root window to do this. Do not use sudo unless you do&lt;BR /&gt;&lt;BR /&gt;sudo bash&lt;BR /&gt;&lt;BR /&gt;to get a full root shell.&lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Wed, 14 Oct 2009 13:59:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751689#M7924</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2009-10-14T13:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751690#M7925</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/160574"&gt;Ronald W. Green (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;remove the first line "[ifort11-intel64]"&lt;BR /&gt;&lt;BR /&gt;and try non-rpm, add this&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;INSTALL_MODE=NONRPM&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;And you are using a root window to do this. Do not use sudo unless you do&lt;BR /&gt;&lt;BR /&gt;sudo bash&lt;BR /&gt;&lt;BR /&gt;to get a full root shell.&lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thanks for the reply.I thought -n takes care of the non-rpm installation.Anyway after running ./install.sh -n -run --silent sil.ini&lt;BR /&gt;I am having&lt;BR /&gt;Name "INSTALLDIR" is not valid&lt;BR /&gt;Name "OPTIONS" is not valid&lt;BR /&gt;Name "EULA" is not valid&lt;BR /&gt;Name "ECL_DISCLAIMER" is not valid&lt;BR /&gt;Name "NON_SUPPORTED_OS_INSTALL" is not valid&lt;BR /&gt;Name "REPLACE_EXISTING_INSTALLATION" is not valid&lt;BR /&gt;&lt;BR /&gt;I have sil.ini containing&lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.1/056&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;ECL_DISCLAIMER=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;&lt;SPAN style="font-family: Arial;"&gt;I&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt;NSTALL_MODE=NONRPM&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;BR /&gt;Thanks&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;dhiraj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 09:53:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751690#M7925</guid>
      <dc:creator>Hazra__Dhiraj_Kumar</dc:creator>
      <dc:date>2009-10-16T09:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751691#M7926</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/160574"&gt;Ronald W. Green (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;remove the first line "[ifort11-intel64]"&lt;BR /&gt;&lt;BR /&gt;and try non-rpm, add this&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;INSTALL_MODE=NONRPM&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;And you are using a root window to do this. Do not use sudo unless you do&lt;BR /&gt;&lt;BR /&gt;sudo bash&lt;BR /&gt;&lt;BR /&gt;to get a full root shell.&lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Sorry.I finally got it.I could at least install the compiler.With rpm it could install.In ~/.bashrc what should I give as source?&lt;BR /&gt;source /opt/intel/Compiler/11.1/056/bin/intel64/ifortvars_intel64.sh&lt;BR /&gt;or&lt;BR /&gt;source /opt/intel/Compiler/11.1/056/bin/ifortvars.sh&lt;BR /&gt;&lt;BR /&gt;I am alittle confused about that.&lt;BR /&gt;Thanks&lt;BR /&gt;dhiraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 11:10:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751691#M7926</guid>
      <dc:creator>Hazra__Dhiraj_Kumar</dc:creator>
      <dc:date>2009-10-16T11:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751692#M7927</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/160574"&gt;Ronald W. Green (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;remove the first line "[ifort11-intel64]"&lt;BR /&gt;&lt;BR /&gt;and try non-rpm, add this&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;INSTALL_MODE=NONRPM&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;And you are using a root window to do this. Do not use sudo unless you do&lt;BR /&gt;&lt;BR /&gt;sudo bash&lt;BR /&gt;&lt;BR /&gt;to get a full root shell.&lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thanks Ronald &lt;BR /&gt;your post &lt;A href="http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/&lt;/A&gt;&lt;BR /&gt;really woks for me.&lt;BR /&gt;I have used in bashrc source /opt/intel/Compiler/11.1/056/bin/intel64/ifortvars_intel64.sh&lt;BR /&gt;It works&lt;BR /&gt;Only one question.&lt;BR /&gt;For 64 bit ifort at the time of compilation it is printed on screen that the loops (used in the program) are vectorized but now I am not getting that.It silently compiles.Should I worry about that?&lt;BR /&gt;Thanks&lt;BR /&gt;dhiraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 11:26:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751692#M7927</guid>
      <dc:creator>Hazra__Dhiraj_Kumar</dc:creator>
      <dc:date>2009-10-16T11:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751693#M7928</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/447461"&gt;dhirajhazra&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;For 64 bit ifort at the time of compilation it is printed on screen that the loops (used in the program) are vectorized but now I am not getting that.It silently compiles.Should I worry about that?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
The default setting for -vec-report was changed, so you must set -vec-report in order to get the previous behavior.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 12:27:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751693#M7928</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-10-16T12:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751694#M7929</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The default setting for -vec-report was changed, so you must set -vec-report in order to get the previous behavior.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thanks,I got it.It works.&lt;BR /&gt;Thank you for giving attention to my post in the mandriva forum too.&lt;BR /&gt;dhiraj &lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 14:01:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751694#M7929</guid>
      <dc:creator>Hazra__Dhiraj_Kumar</dc:creator>
      <dc:date>2009-10-16T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751695#M7930</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/447461"&gt;dhirajhazra&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Thanks,I got it.It works.&lt;BR /&gt;Thank you for giving attention to my post in the mandriva forum too.&lt;BR /&gt;dhiraj &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I also face the same proble. &lt;BR /&gt;I run "./install.sh -s sil.txt"&lt;BR /&gt;&lt;BR /&gt;The sil.txt is a text file containing :&lt;BR /&gt;------------------------------------------------------------ &lt;BR /&gt;INSTALLDIR=/opt/intel/Compiler/11.1/056&lt;BR /&gt;OPTIONS=-U --replacefiles --force --nodeps&lt;BR /&gt;EULA=accept&lt;BR /&gt;ECL_DISCLAIMER=accept&lt;BR /&gt;NON_SUPPORTED_OS_INSTALL=Yes&lt;BR /&gt;REPLACE_EXISTING_INSTALLATION=Yes&lt;BR /&gt;INSTALL_MODE=NONRPM&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;A new error existed:&lt;BR /&gt;"You should accept license for installing the product. Please correct accept-EULA variable in silent configuration file."&lt;BR /&gt;&lt;BR /&gt;My linux system is Fedora 11.0; My question is wheather the content of sil.txt is different with the system. &lt;BR /&gt;What can I do to install ifort continually?&lt;BR /&gt;&lt;BR /&gt;Thank you very much!</description>
      <pubDate>Mon, 19 Oct 2009 09:17:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751695#M7930</guid>
      <dc:creator>lele1026</dc:creator>
      <dc:date>2009-10-19T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Installation issues ifort 11.0.074</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751696#M7931</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;I also meetthese problems which are similar to what you said!You can change anothe version which are suit for your system.And I think Ifort11 is so new that I cannot recognize its library Our cluster use ifort8 since 2005,it is a perfect complier and give us lots of useful data !&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2009 10:22:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-issues-ifort-11-0-074/m-p/751696#M7931</guid>
      <dc:creator>zhangwei818800</dc:creator>
      <dc:date>2009-10-19T10:22:57Z</dc:date>
    </item>
  </channel>
</rss>

