EBS: collect2: ld returned 1 exit status, Relink of module "FEMCCE" failed.
adrelink is exiting with status 1
End of adrelink session
Date/time is Thu Jan 9 20:31:34 CST 2014
**********************************************************
Original copy is /data02/rlpdpre/apps/apps_st/appl/admin/rlpdpre/log/adrelink.lsv
New copy is /data02/rlpdpre/apps/apps_st/appl/admin/rlpdpre/log/adrelink.log
An error occurred while relinking application programs.
Continue as if it were successful [No] :
檢視 /data02/rlpdpre/apps/apps_st/appl/admin/rlpdpre/log/adrelink.log檔案內容如下:
...
of /data02/rlpdpre/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
collect2: ld returned 1 exit status
make: *** [/data02/rlpdpre/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
Done with link of fem executable 'FEMCCE' on Thu Aug 15 18:24:00 CST 2013
Relink of module "FEMCCE" failed.
See error messages above (also recorded in log file) for possible reasons for the failure. Also, please check that the Unix userid
running adrelink has read, write, and execute permissions on the directory /data02/rlpdpre/apps/apps_st/appl/fem/12.0.0/bin,
and that there is sufficient space remaining on the disk partition containing your Oracle Applications installation.
Done with link of product 'fem' on Thu Aug 15 18:24:00 CST 2013
解決方法:
"On R12.1.3, The Patch 9239090 Failed During The Relink of FEMCCE module, what Is the Potential solution? [ID 1303269.1]":
vi $AD_TOP/bin/adrelinknew.sh
replace:
CPP_LDFLAGS=' -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -lclntsh'
with:
CPP_LDFLAGS=' -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -lclntsh -Wl,--noinhibit-exec'
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1069442/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- QT錯誤之——collect2:ld returned 1 exit statusQT
- Dev C++編寫C/C++程式 出現[Error] ld returned 1 exit status報錯分析及解決devC++Error
- 如何修復 Ubuntu 上“…script returned error exit status 1”的錯誤UbuntuError
- gitlab-runner之build failed with exit status 1問題分析GitlabUIAI
- command 'gcc' failed with exit status 1錯誤問題的解決辦法GCAI
- Error bpbrm (pid=909384) client restore EXIT STATUS 5ErrorclientREST
- exit(0)與exit(1)、return的區別
- eclipse啟動時報告錯誤:Java was started but returned exit code=-805306369EclipseJava
- System.exit(1);
- system.exit(0)和system.exit(1)的區別
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- ant打包出現null returned: 1報錯Null
- ORACLE RELINKOracle
- JVM terminated. Exit code=1JVM
- django安裝mysqlclient報錯mand errored out with exit status 1: python setup.py egg_info Check the logs fDjangoMySqlclientErrorPython
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- #pragma用法(1)#pragma startup和#pragma exit
- EBS開發筆記-1筆記
- 【relink】在LINUX/UNIX平臺上relink Oracle軟體LinuxOracle
- git push程式碼時的‘git did not exit cleanly (exit code 1)‘問題解決Git
- Exit()
- ld.so.1: oracle: fatal: relocation error解決方法OracleError
- ebs二次開發1
- relink oracle的結果Oracle
- How to Relink Oracle Database SoftwareOracleDatabase
- webpack系列之五module生成1Web
- Module 1 Getting to know you
- EBS DBA指南筆記1 2 3筆記
- [VRDevice] Initialization of device oculus failed.VRdevAI
- exit hookHook
- Proguard returned with error code 1. See console解決辦法”Error
- PHP 核心分析(1):sapi_module_structPHPAPIStruct
- returned a non-zero code: 139
- python中 os._exit() 和 sys.exit(), exit(0)的用法和區別Python
- Oracle EBS DBA指南筆記1-3Oracle筆記
- relink 10g 資料庫!資料庫
- EBS R12克隆 - Oracle11.2.0.3 EBS資料庫克隆(RMAN恢復) 1Oracle資料庫
- 「Jupyter」UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.UI