<?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 Installing Intel Cluster Studio in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753324#M4337</link>
    <description>That did the trick, thank you very much:)&lt;BR /&gt;&lt;BR /&gt;Although i came across some more problems i succesfully installed whole FLEXlm license manager (and Intel Cluster Studio). Here is what problems i've encountered and how to solve them step by step:&lt;BR /&gt;&lt;BR /&gt;1. In case of an error &lt;I&gt;./Install_INTEL: 43: Syntax error: "(" unexpected&lt;/I&gt; simply change dash to bash by commands:&lt;BR /&gt;# rm /bin/sh&lt;BR /&gt;# ln -s /bin/bash /bin/sh&lt;BR /&gt;&lt;BR /&gt;2. Later, if your getting an error &lt;I&gt;*** Error: installed software will not run; package might be for the wrong platform, or corrupted &lt;/I&gt;do the following:&lt;BR /&gt;Check if you have LSB up and running:&lt;BR /&gt;$ lsb_release&lt;BR /&gt;If not, then execute:&lt;BR /&gt;# ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3&lt;BR /&gt;&lt;BR /&gt;3. When you run lmgrd you can encounter the following error &lt;I&gt;Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory). &lt;/I&gt;Just create a symlink there:&lt;BR /&gt;#ln -s /tmp /usr/tmp&lt;BR /&gt;&lt;BR /&gt;That is all, hope someone will find it helpful. &lt;BR /&gt;</description>
    <pubDate>Fri, 24 Feb 2012 11:09:05 GMT</pubDate>
    <dc:creator>Szymon_Murawski</dc:creator>
    <dc:date>2012-02-24T11:09:05Z</dc:date>
    <item>
      <title>Installing Intel Cluster Studio</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753320#M4333</link>
      <description>Hi.&lt;BR /&gt;I try to install Intel Cluster Studio For Linux and I'm stuck with installing license server. I downloaded 64bit version of Intel LIcense Server, but when i try to ./Instal_INTEL an error is produced:&lt;BR /&gt;./Install_INTEL: 43: Syntax error: "(" unexpected&lt;BR /&gt;I'm using ubuntu 10.10&lt;BR /&gt;&lt;BR /&gt;Thanks for all help&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Feb 2012 11:31:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753320#M4333</guid>
      <dc:creator>Szymon_Murawski</dc:creator>
      <dc:date>2012-02-20T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Installing Intel Cluster Studio</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753321#M4334</link>
      <description>Hello Szymon,&lt;BR /&gt;&lt;BR /&gt;I am looking into this issue and will get back to you shortly with more information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Annalee&lt;BR /&gt;Intel Developer Support</description>
      <pubDate>Tue, 21 Feb 2012 22:38:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753321#M4334</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-02-21T22:38:45Z</dc:date>
    </item>
    <item>
      <title>Installing Intel Cluster Studio</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753322#M4335</link>
      <description>If I recall correctly, Ubuntu uses the dash shell by default.&lt;DIV&gt;Dash is not fully compatible with bash or sh, as those scripts are assuming.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://wiki.ubuntu.com/DashAsBinSh"&gt;https://wiki.ubuntu.com/DashAsBinSh&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Feb 2012 12:42:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753322#M4335</guid>
      <dc:creator>Andres_M_Intel4</dc:creator>
      <dc:date>2012-02-22T12:42:48Z</dc:date>
    </item>
    <item>
      <title>Installing Intel Cluster Studio</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753323#M4336</link>
      <description>As Andres noted, the issue is that Ubuntu uses dash, and dash does not support some bash extensions which are used in the install script.&lt;BR /&gt;&lt;BR /&gt;The KB article &lt;A href="http://software.intel.com/en-us/articles/flexlm-license-manager-20-installer-may-fail-using-dash/"&gt;FLEXlm license manager 2.0 installer may fail using dash&lt;/A&gt;explains how to work around this issue.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:11:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753323#M4336</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-02-22T15:11:37Z</dc:date>
    </item>
    <item>
      <title>Installing Intel Cluster Studio</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753324#M4337</link>
      <description>That did the trick, thank you very much:)&lt;BR /&gt;&lt;BR /&gt;Although i came across some more problems i succesfully installed whole FLEXlm license manager (and Intel Cluster Studio). Here is what problems i've encountered and how to solve them step by step:&lt;BR /&gt;&lt;BR /&gt;1. In case of an error &lt;I&gt;./Install_INTEL: 43: Syntax error: "(" unexpected&lt;/I&gt; simply change dash to bash by commands:&lt;BR /&gt;# rm /bin/sh&lt;BR /&gt;# ln -s /bin/bash /bin/sh&lt;BR /&gt;&lt;BR /&gt;2. Later, if your getting an error &lt;I&gt;*** Error: installed software will not run; package might be for the wrong platform, or corrupted &lt;/I&gt;do the following:&lt;BR /&gt;Check if you have LSB up and running:&lt;BR /&gt;$ lsb_release&lt;BR /&gt;If not, then execute:&lt;BR /&gt;# ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3&lt;BR /&gt;&lt;BR /&gt;3. When you run lmgrd you can encounter the following error &lt;I&gt;Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory). &lt;/I&gt;Just create a symlink there:&lt;BR /&gt;#ln -s /tmp /usr/tmp&lt;BR /&gt;&lt;BR /&gt;That is all, hope someone will find it helpful. &lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2012 11:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753324#M4337</guid>
      <dc:creator>Szymon_Murawski</dc:creator>
      <dc:date>2012-02-24T11:09:05Z</dc:date>
    </item>
    <item>
      <title>Installing Intel Cluster Studio</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753325#M4338</link>
      <description>Excellent, I needed help with all the 3 steps above. Now it works. In step 1. I simple replaced #!/bin/sh by #!/bin/bash, it worked as well.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Many thanks/dziekuje&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Mar 2012 11:04:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Intel-Cluster-Studio/m-p/753325#M4338</guid>
      <dc:creator>Janusz_Wollerstrand</dc:creator>
      <dc:date>2012-03-20T11:04:07Z</dc:date>
    </item>
  </channel>
</rss>

