WARNING: The 32 bit library file libstdc++.so.6 is not found on the system
安裝db2之前首先對系統的環境檢查,在db2包中有一個指令碼db2prereqcheck可以檢測.以下檢測結果提示系統沒有安裝libstdc++這個庫檔案,此時需要進行安裝.
1.系統依賴檢測
[root@db2 ese]# ./db2prereqcheck
WARNING:
The 32 bit library file libstdc++.so.6 is not found on the system.
32-bit applcations may be affected.
[root@db2 ese]#
2.解決方法
[root@db2 ese]# yum install libstdc++.so.6
3.重新檢測系統依賴
[root@db2 ese]# ./db2prereqcheck
[root@db2 ese]#
1.系統依賴檢測
[root@db2 ese]# ./db2prereqcheck
WARNING:
The 32 bit library file libstdc++.so.6 is not found on the system.
32-bit applcations may be affected.
[root@db2 ese]#
2.解決方法
[root@db2 ese]# yum install libstdc++.so.6
3.重新檢測系統依賴
[root@db2 ese]# ./db2prereqcheck
[root@db2 ese]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25854343/viewspace-1218818/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- rlwrap ./configure報錯configure: WARNING: No termcap nor curses library found
- SAP ECC6 EHP4 System Copy 系統遷移 32bit to 64bit
- windows cmd 提示 No JVM installation found.Please install a 32-bit JDKWindowsJVMJDK
- Oracle 32bit 升級到64bitOracle
- 32bit和64bit的問題
- Error 15: File not found for RedhatErrorRedhat
- Google File System原理Go
- 解決警告“ld: warning: directory not found for option”
- Changing between 32-bit and 64-bit Word Sizes
- [WARNING] warning: Class com.google.protobuf.Descriptors not found - continuing with a stub.GoUI
- LIBRARY CACHE LOCK WAITS AND NO BLOCKER FOUNDAIBloC
- mysql RSA private key file not foundMySql
- file not found WFMLRSVCApp.earAPP
- Resource is out of sync with the file system
- Raw Device vs File Systemdev
- Newline required at end of file but not foundUI
- MySQL server PID file could not be found!MySqlServer
- 對於hp32bit位和64bit的區別
- Changing between 32-bit and 64-bit Word Sizes [ID 62290.1]
- 64bit client 與 32bit plsqldev是不相容的clientSQLdev
- mvc4 membership, [Win32Exception (0x80004005): The system cannot find the file specified]MVCWin32Exception
- Move datafile:From File System to ASMASM
- Move datafile:From ASM to File SystemASM
- Oracle ACFS ( ASM Cluster File System )OracleASM
- HP -Data Protector Restore file systemREST
- /lib64/libstdc++.so.6: version GLIBCXX_3.4.20 not foundC++
- xcode10 library not found for -lstdc++.6.0.9XCodeC++
- Changing between 32-bit and 64-bit Word Sizes (Doc ID 62290.1)
- More than one file was found with OS independent path
- ORA-27054: NFS file system where the file is created or resides is ......NFSIDE
- Can't load IA 32-bit .dll on a
- /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not foundC++
- 檢查AIX系統是否支援64bit,以及32bit與64bit的轉換AI
- 《The Google File System》論文研讀Go
- 【HDFS】HADOOP DISTRIBUTED FILE SYSTEMHadoop
- Eclipse:Resource is out of sync with the file systemEclipse
- aix file system, io 最佳化AI
- GFS (RedHat Global File System) 介紹Redhat