<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Thu, 24 May 2012 16:15:55 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-license-manager-for-flexlm-kb/type/errors-diagnostics/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-license-manager-for-flexlm-kb/type/errors-diagnostics/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>FLEXlm license manager 2.0 installer may fail using dash</title>
      <description><![CDATA[ Installation of the new <strong>Intel® License Manager for FLEXlm* version 2.0 for Linux*</strong> (released Janaury 2012) may fail with syntax errors when being executed under the <em>dash</em>.<br /><br />Check the /bin/sh link which shell it actually links to, for example<br /><br /><span class="sectionBodyText">  </span><span class="sectionBodyText"><span class="sectionBodyText">$ ls -al /bin/sh<br />  lrwxrwxrwx 1 root root 4 2010-05-27 16:10 /bin/sh -&gt; dash<br /></span><br /></span>If it links to the dash (as shown above) you may solve the issue with one of the following:<br /><br /><strong>Solution 1: Link /bin/sh to bash</strong> <br />(at least for the time of installation; requires (sudo) root rights), for example<br /><br />  <span class="sectionBodyText"># rm /bin/sh<br />  # ln -s /bin/bash /bin/sh<br /><br /></span><strong>Solution 2: Replace the Shebang line in the install script</strong> <br />Edit file <em>Intel_INSTALL</em> and <br />replace<br />  <span class="sectionBodyText">#!/bin/sh <br /></span>by <br />  <span class="sectionBodyText">#!/bin/bash <br /><br /></span> ]]></description>
      <link>http://software.intel.com/en-us/articles/flexlm-license-manager-20-installer-may-fail-using-dash/</link>
      <pubDate>Fri, 20 Jan 2012 15:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/flexlm-license-manager-20-installer-may-fail-using-dash/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/flexlm-license-manager-20-installer-may-fail-using-dash/</guid>
      <category>Software Products General</category>
      <category>Intel Software Network communities</category>
      <category>Intel® License Manager for FLEXlm* Knowledge Base</category>
    </item>
    <item>
      <title>FLEXlm License Manager 2.0 may fail when LSB 3 is not met </title>
      <description><![CDATA[ With the new <strong>Intel® License Manger for FLEXlm* version 2.0</strong> for Linux* (released January 2012) you may encounter problems due to the lack of Linux Standard Base (LSB) compliance on your system. The Intel License Manager requires LSB compliance version 3 or higher.<br /><br />More info about LSB support can be found <a target="_blank" href="http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#lsb">here</a>. <br /><br /><br /><br />The problems seen are the following:<br /><br /><strong class="sectionHeading">1) IA32 Systems<br /></strong><br />Starting the license manager <em>lmgrd</em> issues the error: <br /><br /><span class="sectionBodyText">   -bash: ./lmgrd: /lib/ld-lsb.so.3: bad ELF interpreter: No such file or directory</span><br /><br /><strong>Solution:</strong> Add LSB support to your operating system. As a quick workaround you may create the LSB linker/loader shared library manually as a symblic link to the Linux dynamic linker/loader shared library, for example (requires (sudo) root rights):<br /><br /><span class="sectionBodyText">   # ln -s /lib/ld-linux.so.2 /lib/ld-lsb.so.3<br /></span><br /><span class="sectionHeading">2) Intel64® Systems<br /><br /></span>The product installer <em>Intel_INSTALL</em> issues an error:<br /><br /><span class="sectionBodyText">   flexlm$ ./Install_INTEL<br />   *** Error: installed software will not run; package might be for the wrong platform, or corrupted<br /><br /></span>There may be other reasons causing that error, but one of them may missing LSB support on your system.<br /><strong><br />Solution:</strong> Check your system whether LSB is installed by running <br /><span class="sectionBodyText">   $ lsb_release</span> <br />on any shell. If it returns info about LSB packages  (core-3*, graphics-3*, desktop-3*, cxx-3* etc.), your system may be LSB 3 compliant. Addationally you could check whether the lsb linker/loader shared library is present on your system, for example:<br /><span class="sectionBodyText">   $ ls -al /lib64/ | grep linux<br />   lrwxrwxrwx 1 root root 9 Oct 17 11:07 ld-linux-x86-64.so.2 -&gt; ld-2.5.so</span>  <br /><br />If the LSB linker/loader shared library ls-lsb-x86-64.so.3 is not present, add LSB support to your operating system. As a quick workaround you may create the LSB linker/loader library manually as a symblic link to the Linux dynamic linker/loader library, for example (requires (sudo) root rights):<br /><br /><span class="sectionBodyText">   # ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3</span> ]]></description>
      <link>http://software.intel.com/en-us/articles/flexlm-license-manager-20-may-fail-when-lsb-3-is-not-met/</link>
      <pubDate>Thu, 12 Jan 2012 15:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/flexlm-license-manager-20-may-fail-when-lsb-3-is-not-met/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/flexlm-license-manager-20-may-fail-when-lsb-3-is-not-met/</guid>
      <category>Software Products General</category>
      <category>Intel Software Network communities</category>
      <category>Intel® License Manager for FLEXlm* Knowledge Base</category>
    </item>
    <item>
      <title>Error : Failed to enable trusted storage check for licensing</title>
      <description><![CDATA[ <div id="art_pre_template"><strong>Problem :</strong> <br />When using the compiler you see the following error message <br />
<pre name="code" class="cpp">"error #10310: Failed to enable trusted storage check for licensing: Warning" Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based licence could " </pre>
<br /><b>Environment : </b><br />Intel(R) 64 , IA32, Windows* 7, Linux*<br /><br /><b>Root Cause : </b><br /><strong>Windows</strong>*: Service “FLEXnet Licensing Service 64” can not be installed by non-administrator users on Windows 7.<br /><strong>Linux</strong>* : The library path being not set.<br /><br /><br /><b>Windows* Workaround: </b><br /><br />Run icl as administrator once. <br /><br />Steps:<br />1. Go to start -&gt; All Programs -&gt; Intel(R) Software Development Tools -&gt; Intel(R) C++ Compiler Professional 11.1.0xx &gt; C++ Build Environment for application running on Intel(R) 64<br />2. run command:
<pre name="code" class="cpp">runas /user:administrator "icl /v"</pre>
<br />You will be prompted to input administrator’s password. This step will trigger icl to install the Windows service “FLEXnet Licensing Service 64”. <br /><br /><br /><strong>Linux* Workaround:</strong><br /><br />Set the paths using command below. Use source or . , depending on your shell.<br /><br />'source &lt;installDir&gt;/bin/compilervars.sh &lt;arch&gt; ' <br /><br />or<br /><br />' . &lt;installDir&gt;/bin/compilervars.sh &lt;arch&gt;'<br /><br />where &lt;arch&gt; is ia32 or intel64</div> ]]></description>
      <link>http://software.intel.com/en-us/articles/error-trusted-storage-check/</link>
      <pubDate>Tue, 12 Jan 2010 00:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/error-trusted-storage-check/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/error-trusted-storage-check/</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® License Manager for FLEXlm* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
  </channel></rss>
