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博客tolywang的博客,原文链接:EBS: collect2: ld returned 1 exit status, Relink of module "FEMCCE" failed. ,如需转载请自行联系原博主。

相关文章
|
9月前
|
C语言 C++
关于DEV中collect2.exe [Error] ld returned 1 exit status的问题解决!!!
关于DEV中collect2.exe [Error] ld returned 1 exit status的问题解决!!!
collect1:error:ld returned 1 exit status 解决办法
collect1:error:ld returned 1 exit status 解决办法
collect1:error:ld returned 1 exit status 解决办法
|
Android开发 Go
Gradle sync failed: The first result from the daemon was empty. Most likely the process died immediately after connection
Gradle sync failed: The first result from the daemon was empty. Most likely the process died immediately after connection solv...
3178 0
|
人工智能 大数据
Transaction Check Error:file /usr/libexec/getconf/default conflicts between attempted installs of gcc-6.4.1-1.fc25.i686 and gcc-6.4.1-1.fc25.x86_64
欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! 今天在我的ubuntu系统上使用yum来安装软件时出错了错误:Transaction Check Error:file /usr/libexec/...
1472 0
|
C语言 Linux
ld: warning: cannot find entry symbol _start; defaulting to 00000000080481d8
场景: 正常 经过  gcc -o loccheck  loccheck.c [root@luozhonghua 9]# ./loccheck in main(),pooh=2 and &pooh=0xbfcfa31c in main(),bah=5 and &bah=0xbfcfa318 ------------------------ in main(),p
5490 0
|
Unix Linux 异构计算
成功解决 ERROR: An error occurred while performing the step: “Building kernel modules“. See /var/log/nv
成功解决 ERROR: An error occurred while performing the step: “Building kernel modules“. See /var/log/nv
成功解决 ERROR: An error occurred while performing the step: “Building kernel modules“. See  /var/log/nv
|
Web App开发 关系型数据库 MySQL
Failed to issue method call: Unit mysqld.service failed to load: No such file or directory.
国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私募机构九鼎控股打造,九鼎投资是在全国股份转让系统挂牌的公众公司,股票代码为430719,为“中国PE第一股”,市值超1000亿元。
1148 0

热门文章

最新文章