Ubuntu10.04libstdc ++ 5

Source: Internet
Author: User
1) if you are running Ubuntu, try to use a software package manager like aptitude or synaptic, instead of manually downloading and installing the software package from this webpage. 2) You can use any source image in the following list to add a line to your/etc/apt/sources. list file as follows: debhttp: // cz.archive.ubuntu.com/ubuntujauntymai

1) if you are running Ubuntu, try to use a software package manager like aptitude or synaptic, instead of manually downloading and installing the software package from this webpage.

2) You can use any source image in the following list to add a line to your/etc/apt/sources. list file as follows:

Deb http://cz.archive.ubuntu.com/ubuntu jaunty main universe

Replace cz.archive.ubuntu.com/ubuntuwith the final source image.

3). If you try installing Intel Fortran Compiler on Ubuntu 10.04 Lucid Lynx or Karmic Koala, it is going to throw the error:

Error while loading shared libraries: libstdc. so.5

The original libstdc 5 package is no longer available with the Ubuntu 9.10 repos.

(A). So for 32 bit system you wowould have to get it from Jaunty Repository.

Install it and you are good to go if you are using the 32 bit OS.

(B). For 64 bit it is a bit complicated, first install libstdc 5 64bit and then do the following:

Wget http://security.ubuntu.com/ubuntu/pool/universe/ I /ia32-libs/ia32-libs_2.7ubuntu6.1_amd64.deb

Dpkg-deb-x ia32-libs_2.7ubuntu6.1_amd64.deb ia32-libssudo

Cp ia32-libs/usr/lib32/libstdc. so.5.0.7/usr/lib32/

Cd/usr/lib32

Sudo ln-s libstdc. so.5.0.7 libstdc. so.5

This shoshould get you going.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.