【Linux】object '/lib/libcwait.so' from /etc/ld.so.preload
在linux 4.7 上安裝oracle 9i 軟體所需的包的時候,遇到如下問題,執行linux 命令之後都會出現ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
root@rac1:/home/oracle/software#rpm -ivh compat-oracle-rhel4-1.0-5.i386.rpm
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
Preparing... ########################################### [100%]
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
1:compat-oracle-rhel4 ########################################### [100%]
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
mv: cannot stat `/usr/bin/gcc': No such file or directory
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
mv: cannot stat `/usr/bin/g++': No such file or directory
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
root@rac1:/home/oracle/software#ls
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
amd64_db_9204_Disk1.cpio amd64_db_9204_Disk3.cpio compat-oracle-rhel4-1.0-5.i386.rpm Disk2 g++ p4198954_40_LINUX.zip README.txt
amd64_db_9204_Disk2.cpio compat-libcwait-2.1-1.i386.rpm Disk1 Disk3 gcc README.html
root@rac1:/opt/oracle#ls
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
doc jre oraInventory products
root@rac1:/opt/oracle#rm -fr doc
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
root@rac1:/opt/oracle#mv /etc/ld.so.preload .
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
解決方法:
root@rac1:/opt/oracle#echo "" > /etc/ld.so.preload
root@t01a03053-vm1.corp-hz01.aliyun.com:/opt/oracle#ls
jre ld.so.preload oraInventory products
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-712112/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【Linux】Linux檔案之/etc/fstabLinux
- VirtIO drivers for Linux, Windows and etc.LinuxWindows
- 詳解Linux中/etc/passwd檔案Linux
- Linux 目錄結構:/lib 分析Linux
- [論文翻譯][1809 09294]Object Detection from Scratch with Deep SupervisionObject
- TypeError: Cannot read private member xxx from an object whose class did not declare itErrorObject
- Linux系統環境變數檔案解析(etc/profile ,/etc/bashrc ,~/.bash_profile)Linux變數
- Linux /etc/shadow 超詳細內容解析Linux
- /etc/passwd & /etc/shadow 詳解
- ETC2420 / ETC5242 Statistical ThinkingThinking
- Non-static method 'save(java.long.Object)' cannot be referenced from a static context.JavaObjectContext
- /etc/alternatives
- Converting Oracle Database from Linux to Windows using RMANOracleDatabaseLinuxWindows
- move linux os from disk A to disk B with 0 lossLinux
- Could not find or access '/etc/ansible/bin/cfssljson /etc/ansible/bin/cfsslJSON
- Linux報錯:Could not get lock /var/lib/dpkg/lock-frontendLinux
- 分享Linux下的sudo及其配置檔案/etc/sudoers詳細配置Linux
- 【樹莓派】 Warning from apt-key: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see te DEPRECATION樹莓派APTRust
- /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic linkSymbol
- Linux系統中的/etc/shadow檔案超詳細內容解析Linux
- Connect SQL Server from Linux Client using Windows Authentication and troubleshoot stepsSQLServerLinuxclientWindows
- Linux下/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux
- mac 修改 /etc/hosts 檔案Mac
- Oracle:/etc/security/limits.confOracleMIT
- ES7 Object.keys,Object.values,Object.entriesObject
- ObjectObject
- From now on
- 介面返回[object,Object]解決方法Object
- Error: Cannot find configuration directory: /etc/hadoopErrorHadoop
- MXRuntimeUtils,替代 [NSObject performSelector object object ]的工具ObjectperformSelector
- lib-flexible原始碼解析Flex原始碼
- 神From不再 From Software的內憂與外患
- Object流Object
- object類Object
- /etc/sysctl.conf引數解釋
- etc/sudoers沒有這個檔案
- from cmake make
- Array.from()
- Object.seal()與Object.freeze()區別Object