<?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: Math Kernel Library installation in Ubuntu Edgy in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886204#M10040</link>
    <description>&lt;P&gt;Here are my installation notes from Intel MKL 9.0 on Ubuntu Edgy:&lt;/P&gt;
&lt;P&gt;Register for a License and store the file from the mail in /opt/intel/licenses/eval.lic&lt;/P&gt;
&lt;P&gt;Before you start the installer you have to do a few things:&lt;/P&gt;
&lt;P&gt;sudo -i&lt;BR /&gt;cd /bin&lt;BR /&gt;rm sh&lt;BR /&gt;ln -s bash sh&lt;BR /&gt;apt-get install rpm&lt;BR /&gt;mkdir /var/lib/rpm&lt;BR /&gt;rpm --initdb&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;now extract your downloaded file:&lt;/P&gt;
&lt;P&gt;tar xzf l_mkl_p_9.0.018.tgz&lt;BR /&gt;cd l_mkl_p_9.0.018&lt;BR /&gt;./install.sh&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Don't enter the serial number, choose to select the file(1) and enter /opt/intel/licenses/eval.lic&lt;/P&gt;
&lt;P&gt;Now the installer finishes with success (which is not correct)&lt;/P&gt;
&lt;P&gt;Install the Files from the RPM manually:&lt;/P&gt;
&lt;P&gt;cd /tmp/install_temp.*&lt;BR /&gt;rpm -U --replacefiles --nodeps -h intel-mkl-9.0p-18.i386.rpm&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Now all files are installed under /opt/intel/mkl/9.0&lt;/P&gt;
&lt;P&gt;Don't forget to restore your sh link:&lt;/P&gt;
&lt;P&gt;cd /bin&lt;BR /&gt;rm sh&lt;BR /&gt;ln -s dash sh&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Have fun,&lt;BR /&gt;Bernhard&lt;/P&gt;
&lt;P&gt;PS: I have just installed successfully, I have not tried if all worked correctly!&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2007 15:03:20 GMT</pubDate>
    <dc:creator>connermclord</dc:creator>
    <dc:date>2007-02-15T15:03:20Z</dc:date>
    <item>
      <title>Math Kernel Library installation in Ubuntu Edgy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886202#M10038</link>
      <description>Hi All,&lt;BR /&gt;I am trying to install the MKL 8.1.014 (;atest version available from the intel download site) on Ubuntu edgy and after providing the serial number installation fails with the message &lt;BR /&gt;&lt;BR /&gt;Setup may attempt to connect to the Intel Registration Center to &lt;BR /&gt;validate your Serial Number.&lt;BR /&gt;This may take several minutes depending on your network. Please wait...&lt;BR /&gt;You may press Ctrl+C to cancel.&lt;BR /&gt;./.././install/install: line 319: /tmp/install_temp.b2e82b47d7050f970d4314f569eaedca/install32: cannot execute binary file&lt;BR /&gt;Warning: It seems installation failed&lt;BR /&gt;Deleting temporary files...&lt;BR /&gt;&lt;BR /&gt;I understand there is a problem with the install binary temporarily installed under tmp/install_temp.xxxxxx but beyond that I am clueless... I tried installing as root and as a normal user but the result is always the same ...&lt;BR /&gt;&lt;BR /&gt;Any help on how to fix this would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Luis&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Jan 2007 02:29:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886202#M10038</guid>
      <dc:creator>Luis_M_3</dc:creator>
      <dc:date>2007-01-27T02:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Math Kernel Library installation in Ubuntu Edgy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886203#M10039</link>
      <description>&lt;P&gt;It looks like you are perplexing most of us with your apparent lack of information.&lt;/P&gt;
&lt;P&gt;MKL 9.0 has been on the download site for some time; I don't know what you are getting at by saying 8.1 is the latest.&lt;/P&gt;
&lt;P&gt;Ubuntu is notorious for unusual paths for libraries, particularly on x86-64 (64-bit) OS.You might check whether that explains the problem. There may be an option in the install script to make a log file; you would have to examine the script, or file ainstallation problem reporton your premier.intel.com account, to activate it. &lt;/P&gt;
&lt;P&gt;If you check the installation requirements, you will probably find no support for Ubuntu or other distros which may violate LSB (Linux standard). So you are responsible yourself for work-arounds when attempting to use LSB-dependent software. &lt;/P&gt;
&lt;P&gt;It might seem reasonable to request (on your premier.intel.com) that the installation would give some reason for install failure, whether it might be inability to find gcc or binutils, inability to sort outa non-standardorganization of glibc, or some otherdiagnosed problem.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2007 17:04:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886203#M10039</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-02-01T17:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Math Kernel Library installation in Ubuntu Edgy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886204#M10040</link>
      <description>&lt;P&gt;Here are my installation notes from Intel MKL 9.0 on Ubuntu Edgy:&lt;/P&gt;
&lt;P&gt;Register for a License and store the file from the mail in /opt/intel/licenses/eval.lic&lt;/P&gt;
&lt;P&gt;Before you start the installer you have to do a few things:&lt;/P&gt;
&lt;P&gt;sudo -i&lt;BR /&gt;cd /bin&lt;BR /&gt;rm sh&lt;BR /&gt;ln -s bash sh&lt;BR /&gt;apt-get install rpm&lt;BR /&gt;mkdir /var/lib/rpm&lt;BR /&gt;rpm --initdb&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;now extract your downloaded file:&lt;/P&gt;
&lt;P&gt;tar xzf l_mkl_p_9.0.018.tgz&lt;BR /&gt;cd l_mkl_p_9.0.018&lt;BR /&gt;./install.sh&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Don't enter the serial number, choose to select the file(1) and enter /opt/intel/licenses/eval.lic&lt;/P&gt;
&lt;P&gt;Now the installer finishes with success (which is not correct)&lt;/P&gt;
&lt;P&gt;Install the Files from the RPM manually:&lt;/P&gt;
&lt;P&gt;cd /tmp/install_temp.*&lt;BR /&gt;rpm -U --replacefiles --nodeps -h intel-mkl-9.0p-18.i386.rpm&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Now all files are installed under /opt/intel/mkl/9.0&lt;/P&gt;
&lt;P&gt;Don't forget to restore your sh link:&lt;/P&gt;
&lt;P&gt;cd /bin&lt;BR /&gt;rm sh&lt;BR /&gt;ln -s dash sh&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Have fun,&lt;BR /&gt;Bernhard&lt;/P&gt;
&lt;P&gt;PS: I have just installed successfully, I have not tried if all worked correctly!&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:03:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886204#M10040</guid>
      <dc:creator>connermclord</dc:creator>
      <dc:date>2007-02-15T15:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Math Kernel Library installation in Ubuntu Edgy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886205#M10041</link>
      <description>I'm having the same problem as Luis.. files 'install32' and 'installdata' get extracted to temp (no rpm!), and executing install32 fails with 'cannot execute binary file', as Luis described. Any ideas how to fix this? I'm installing thelatestfree Linux MKLfor x86_amd64 on Edgy, and found no helpful info on ubuntuforums.</description>
      <pubDate>Sat, 17 Feb 2007 10:35:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Math-Kernel-Library-installation-in-Ubuntu-Edgy/m-p/886205#M10041</guid>
      <dc:creator>radimrehurek</dc:creator>
      <dc:date>2007-02-17T10:35:28Z</dc:date>
    </item>
  </channel>
</rss>

