当前位置: 技术问答>linux和unix
按win7虚拟机上的linux5.0_64企业版安装DB2
来源: 互联网 发布时间:2016-10-27
本文导语: 在安装DB2_V9.5 tar -xvzf ***** 在解压后,我直接运行 [root@localhost softwares]# ./db2setup ERROR: The required library file libstdc++.so.5 is not found on the system. Check the following web site for the up-to-date system requirement...
在安装DB2_V9.5
tar -xvzf *****
在解压后,我直接运行
[root@localhost softwares]# ./db2setup
ERROR:
The required library file libstdc++.so.5 is not found on the system.
Check the following web site for the up-to-date system requirements
of IBM DB2 9.5
http://www.ibm.com/software/data/db2/udb/sysreqs.html
http://www.software.ibm.com/data/db2/linux/validate
/softwares/db2/linux/install/../bin/db2usrinf: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost softwares]#
这里是系统里少了一个这个样的包libstdc++.so.5
我下了两个包,都不能用,又有如下错误。
[root@localhost softwares]# rpm -ivh libstdc++5-3.3.6-4mdv2009.0.i586.rpm
warning: libstdc++5-3.3.6-4mdv2009.0.i586.rpm: Header V4 DSA signature: NOKEY, key ID 41f7f501
error: Failed dependencies:
rpmlib(PayloadIsLzma)
tar -xvzf *****
在解压后,我直接运行
[root@localhost softwares]# ./db2setup
ERROR:
The required library file libstdc++.so.5 is not found on the system.
Check the following web site for the up-to-date system requirements
of IBM DB2 9.5
http://www.ibm.com/software/data/db2/udb/sysreqs.html
http://www.software.ibm.com/data/db2/linux/validate
/softwares/db2/linux/install/../bin/db2usrinf: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost softwares]#
这里是系统里少了一个这个样的包libstdc++.so.5
我下了两个包,都不能用,又有如下错误。
[root@localhost softwares]# rpm -ivh libstdc++5-3.3.6-4mdv2009.0.i586.rpm
warning: libstdc++5-3.3.6-4mdv2009.0.i586.rpm: Header V4 DSA signature: NOKEY, key ID 41f7f501
error: Failed dependencies:
rpmlib(PayloadIsLzma)