Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • Ronald W. Green (Intel)May 14, 2009 8:52 AM PDT   
    Ubuntu and Debian Installation Guide


    Please see this Knowledge Base article for tips in installing the Intel Compilers for Ubuntu and Debian:

    http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu



    How to attach files to a posting
    Private posts and threads how-to


    arindam.nsitOctober 28, 2009 1:48 AM PDT
    Rate
     
    Re: Ubuntu and Debian Installation Guide


    Please see this Knowledge Base article for tips in installing the Intel Compilers for Ubuntu and Debian:

    http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu

    Hi,

    Please write articles on how to make C Compiler 11.1.* Install properly on Fedora x86_64.
    Missing Critical Pre-requisites: 32-bit compatibility libraries not found - libstdc++.so.5, libgcc, etc.
    This issue is causing a nightmare.
    Please let us know where to get these libraries from, rather the full name of the packages so that they are easily gettable. I am not having a direct internet connection to Fedora, need to do an offline installation of packages after downloading them. Thus, 'yum install ----' is of no use.



    Anthony HeadingDecember 19, 2009 1:01 PM PST
    Rate
     
    Re: Ubuntu and Debian Installation Guide

    Quoting - arindam.nsit
    Missing Critical Pre-requisites: 32-bit compatibility libraries not found - libstdc++.so.5, libgcc, etc.
    This issue is causing a nightmare.

    I agree.  This installer is a case-study in overdesign and consequent band-aid workarounds.

    Under Debian,  I'm finding that these prerequisites are deemed fatally missing unless the Debian release version is known to the installer.   (This happens even though the 32-bit libraries are actually all present).

    If the installer gets an OS version match, it seems to switch into the more permissive warning mode.

    Grepping through the installer binary, "5.0" is the latest debian release number it knows about.

    <!-- OS database entry 33 - Debian 5.0 -->
    <string name="os_33_tag">DEBIAN_50</string>
    <string name="os_33_status_flag">OS_DEBIAN_50</string>
    <string name="os_33_name">Debian 5.0</string>
    <string name="os_33_file_1">/etc/debian_version</string>
    <string name="os_33_file_2">/etc/issue</string>
    <string name="os_33_file_content_1">5.0</string>
    <string name="os_33_file_content_2">Debian GUN/Linux 5.0</string>
    <string name="os_33_supported_archs">IA32;IA64;INTEL64</string>
    <string name="os_33_rpm_support">0</string>
    <string name="os_33_dpkg_support">1</string>
    <string name="os_33_fakes"></string>

    The key therefore is to change /etc/debian_version away from whatever it is  ("squeeze/sid" in my case)  to "5.0", and perhaps also to change the version number in /etc/issue to make it "Debian GUN/Linux 5.0".

    The latter typo is so pathetically incompetent that I assume it can't possibly really be matched exactly - it seemed that changing /etc/debian_version alone might be enough.




Forum jump:  

Intel Software Network Forums Statistics

16,368 users have contributed to 46,338 threads and 163,949 posts to date.

In the past 24 hours, we have 19 new thread(s) 121 new posts(s), and 72 new user(s).

In the past 3 days, the most popular thread for everyone has been Formula for the intersection of straight lines The most posts were made to Take a look at John Burkhard&# The post with the most views is \"-check none\" generates error

Please welcome our newest member bikerepair8


For more complete information about compiler optimizations, see our Optimization Notice.