<?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: error while export license in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739978#M44</link>
    <description>George,&lt;BR /&gt;&lt;BR /&gt;Re. runtime environment 5:&lt;BR /&gt;You will need a JAVA runtime environment (JRE) version 5 (also known as 1.5) or later (6.0 or 1.6) only in case you plan to use the graphical debugger included with the Fortran compiler. This JRE version is usually not part of common Linux distributions, thus the warning message about missing requirements. At the time of installation you can safely ignore this message.&lt;BR /&gt;If you want to use the Intel IDB Debugger with the graphical Eclipse framework, you will need to install a proper JRE.&lt;BR /&gt;The easiest way is to go to &lt;A href="https://community.intel.com/www.java.com" target="_blank"&gt;www.java.com&lt;/A&gt; and download the right JRE for Linux (32 or 64 bit).&lt;BR /&gt;Extract the java runtime package to any location (with user or root privileges) and include the java bin dir into your PATH, e.g.:&lt;BR /&gt;$ export PATH=/opt/jre1.6.0_14/bin:$PATH&lt;BR /&gt;The JRE version should be issues then correctly as a 1.6 version, e.g.:&lt;BR /&gt;$ java -version&lt;BR /&gt;java version "1.6.0_14"&lt;BR /&gt;Java SE Runtime Environment (build 1.6.0_14-b08)&lt;BR /&gt;Java HotSpot Client VM (build 14.0-b16, mixed mode, sharing)&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hubert.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Oct 2009 10:00:13 GMT</pubDate>
    <dc:creator>Hubert_H_Intel</dc:creator>
    <dc:date>2009-10-19T10:00:13Z</dc:date>
    <item>
      <title>error while export license</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739976#M42</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;I ve recently dowloaded the Fortran Compiler 11 (academic use) in my ASUS EEEpc 901- with Ubuntu Netmix.&lt;BR /&gt;&lt;BR /&gt;I ve face up with two problems:&lt;BR /&gt;&lt;BR /&gt;1) when it searces for the prerequisites during the installation procedure, it could't find the java rte 5. The same message has been printed out. Nevertheless, I ignored the missing software and I continued the installation which was succesfull after all.&lt;BR /&gt;&lt;BR /&gt;2) The major issue is the following message when I type ifort -v:&lt;BR /&gt;&lt;BR /&gt;giorgos@giorgos-laptop:~$ source /opt/intel/Compiler/11.1/056/bin/ifortvars.sh ia32&lt;BR /&gt;&lt;BR /&gt;giorgos@giorgos-laptop:~$ export INTEL_LICENSE_FILE=opt/intel/licenses/NCOM_L_CMP_FOR_NB3L_xxxxxxxx.lic&lt;BR /&gt;&lt;BR /&gt;giorgos@giorgos-laptop:~$ ifort -v&lt;BR /&gt;&lt;BR /&gt;Error: A license for FCompL could not be obtained (-1,359,2).&lt;BR /&gt;&lt;BR /&gt;Is your license file in the right location and readable?&lt;BR /&gt;The location of your license file should be specified via&lt;BR /&gt;the $INTEL_LICENSE_FILE environment variable.&lt;BR /&gt;&lt;BR /&gt;License file(s) used were (in this order):&lt;BR /&gt; 1.  Trusted Storage&lt;BR /&gt; 2.  opt/intel/licenses/NCOM_L_CMP_FOR_NB3L-xxxxxxxx.lic&lt;BR /&gt; 3.  /opt/intel/Compiler/11.1/056/Licenses&lt;BR /&gt; 4.  /home/giorgos/intel/licenses&lt;BR /&gt; 5.  /opt/intel/licenses/NCOM_L_CMP_FOR_NB3L-xxxxxxxx.lic&lt;BR /&gt; 6.  /Users/Shared/Library/Application Support/Intel/Licenses&lt;BR /&gt;&lt;BR /&gt;Please visit &lt;A href="http://support.intel.com/support/performancetools/support.htm" target="_blank"&gt;http://support.intel.com/support/performancetools/support.htm&lt;/A&gt; if you require technical assistance.&lt;BR /&gt;&lt;BR /&gt;ifort: error #10052: could not checkout FLEXlm license&lt;BR /&gt;giorgos@giorgos-laptop:~$&lt;BR /&gt;&lt;BR /&gt;I ve tried the same with the guy in the post:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=68324" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=68324&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but the malfunction still remains.&lt;BR /&gt;&lt;BR /&gt;I would appreciate if you could help me with this problem.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;George</description>
      <pubDate>Sun, 18 Oct 2009 08:07:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739976#M42</guid>
      <dc:creator>gbabas</dc:creator>
      <dc:date>2009-10-18T08:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: error while export license</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739977#M43</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;You want this instead:&lt;BR /&gt;&lt;BR /&gt;export INTEL_LICENSE_FILE=opt/intel/licenses/&lt;BR /&gt;&lt;BR /&gt;although this should be set up for you with the "source" command. Please log out and start over, skipping the export.&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Oct 2009 14:17:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739977#M43</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-10-18T14:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: error while export license</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739978#M44</link>
      <description>George,&lt;BR /&gt;&lt;BR /&gt;Re. runtime environment 5:&lt;BR /&gt;You will need a JAVA runtime environment (JRE) version 5 (also known as 1.5) or later (6.0 or 1.6) only in case you plan to use the graphical debugger included with the Fortran compiler. This JRE version is usually not part of common Linux distributions, thus the warning message about missing requirements. At the time of installation you can safely ignore this message.&lt;BR /&gt;If you want to use the Intel IDB Debugger with the graphical Eclipse framework, you will need to install a proper JRE.&lt;BR /&gt;The easiest way is to go to &lt;A href="https://community.intel.com/www.java.com" target="_blank"&gt;www.java.com&lt;/A&gt; and download the right JRE for Linux (32 or 64 bit).&lt;BR /&gt;Extract the java runtime package to any location (with user or root privileges) and include the java bin dir into your PATH, e.g.:&lt;BR /&gt;$ export PATH=/opt/jre1.6.0_14/bin:$PATH&lt;BR /&gt;The JRE version should be issues then correctly as a 1.6 version, e.g.:&lt;BR /&gt;$ java -version&lt;BR /&gt;java version "1.6.0_14"&lt;BR /&gt;Java SE Runtime Environment (build 1.6.0_14-b08)&lt;BR /&gt;Java HotSpot Client VM (build 14.0-b16, mixed mode, sharing)&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hubert.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 10:00:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739978#M44</guid>
      <dc:creator>Hubert_H_Intel</dc:creator>
      <dc:date>2009-10-19T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while export license</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739979#M45</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The current installers generally flag the JRE installation as unacceptable, even when it is good and works when you proceed with the installation. &lt;BR /&gt;For (unsupported) distros which offer Sun or clone JRE 1.6 on their online update servers, that normally would be preferable to the Sun web version.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 13:02:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739979#M45</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-10-19T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: error while export license</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739980#M46</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;BR /&gt;You want this instead:&lt;BR /&gt;&lt;BR /&gt;export INTEL_LICENSE_FILE=opt/intel/licenses/&lt;BR /&gt;&lt;BR /&gt;although this should be set up for you with the "source" command. Please log out and start over, skipping the export.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you very much for your instant answer but the problem remains! The same messages arise. &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 21:08:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739980#M46</guid>
      <dc:creator>gbabas</dc:creator>
      <dc:date>2009-10-19T21:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: error while export license</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739981#M47</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/447992"&gt;gbabas&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;Thank you very much for your instant answer but the problem remains! The same messages arise. &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Do you mean you have Ubuntu Remix for Netbooks? We've never tried that OS, there could be something missing that the compiler needs.&lt;BR /&gt;&lt;BR /&gt;The export is for bash/sh shells. Which shell do you run? &lt;BR /&gt;&lt;BR /&gt;echo $0&lt;BR /&gt;&lt;BR /&gt;will tell you the shell name. &lt;BR /&gt;&lt;BR /&gt;Also, there is a typo in the prior posts - there was a missing "/" at the start of the correct path to /opt/intel/licenses&lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 21:22:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-export-license/m-p/739981#M47</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2009-10-19T21:22:48Z</dc:date>
    </item>
  </channel>
</rss>

