LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1322|回复: 3

『求助』安装intel fortran 11.1.069 不能安装

[复制链接]
发表于 2010-3-16 20:50:02 | 显示全部楼层 |阅读模式
同版本的intel C++能按装,但是安装intel fortran时被告知缺失库libstdc++.so.5.
已安装portage中的libstdc++
完整信息如下:
////////////////////////////////////////////////////////////////////////////////////////////////
Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite
--------------------------------------------------------------------------------
There is one or more critical unresolved issue which prevents installation to
continue. You can fix it without exiting from the installation and re-check. Or
you can quit from the installation, fix it and run the installation again.
--------------------------------------------------------------------------------
Missing critical pre-requisite
-- missing system commands
--------------------------------------------------------------------------------
    1. Show the detailed info about issue(s) [default]
    2. Re-check the pre-requisites

    h. Help
    b. Back to the previous menu
    q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]:
////////////////////////////////////////////////////////////////////////////////////////////////
Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite
--------------------------------------------------------------------------------
The following required for installation commands are missing:
libstdc++.so.5 (library)
--------------------------------------------------------------------------------
    1. Finish with prerequisites and back to Critical Pre-requisites dialog
[default]
    2. Back to Pre-requisite summary dialog

    h. Help
    b. Back to the previous menu
    q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]:
发表于 2010-3-16 23:09:28 | 显示全部楼层
错误不是很明显吗,没有libstdc++.so.5。
emerge libstdc++-v3。
app-emulation/emul-linux-x86-compat

你可以直接emerge icc ifc。而不需要手工安装。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-3-17 12:03:34 | 显示全部楼层
这些已经装过了
回复 支持 反对

使用道具 举报

发表于 2010-3-17 21:57:30 | 显示全部楼层
ldconfig -p看下,有这个库文件么没有的话,网上下个,放入库文件路径以后sudo ldconfig下。
再不行的话,建个符号链接libstdc++.so指向libstdc++.so.5,再sudo ldconfig。
主要是高版本的现在都用libstdc++.so.6了,原先的那个过老了,所以没有直接包含在系统中。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表