`
xukenetwork
  • 浏览: 73808 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

error in invoking target install of makefile

 
阅读更多

一.引入问题
今天在虚拟机上安装一个10g的Oracle,RedHat 6.2 64位的版本,不过Linux上基本都差不多,所以按照以前的步骤,迅速的操作起来,结果遇到N多以前没有遇到过的错误。
  
1.1 ins_ctx.mk 问题
[oracle@zhang logs]$ tail  installActions2012-05-05_01-20-00PM.log       
INFO: collect2: ld returned 1 exit status
 
INFO: make: *** [ctxhx] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile '/u01/app/oracle/product/10.2.0/db_1/ctx/lib/ins_ctx.mk'.See '/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'for details.
Exception Severity: 1
 
[oracle@zhang logs]$ yum install gcc
Loaded plugins: fastestmirror,refresh-packagekit, security
You need to be root to perform thiscommand.
[oracle@xd logs]$ rpm -qa --queryformat"%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep libgcc
libgcc-4.4.6-3.el6 (i686)
libgcc-4.4.6-3.el6 (x86_64)
 
 
1.2 ins_rdbms.mk 问题
 
[oracle@zhang logs]$ tail  installActions2012-05-05_01-20-00PM.log
INFO: make[1]: Leaving directory`/u01/app/oracle/product/10.2.0/db_1/rdbms/lib'
 
INFO: make: *** [extproc32] Error 2
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'all_no_orcl' of makefile '/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'.See '/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'for details.
Exception Severity: 1
 
1.3 ins_emdb.mk 问题
[oracle@zhang logs]$ tail  installActions2012-05-05_01-20-00PM.log
INFO: make[1]: Leaving directory `/u01/app/oracle/product/10.2.0/db_1/sysman/lib'
 
INFO: make: *** [nmccollector] Error 2
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'collector' of makefile'/u01/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log' fordetails.
Exception Severity: 1

解决:修改bash_porfile 添加
LD_LIBRARY_PATH=$ORACLE_HOME/lib
 
1.4 ins_net_client.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: /usr/bin/ar:/u01/app/oracle/product/10.2.0/db_1/lib32/nnfgt.o: No such file or directory
 
INFO: make: *** [nnfgt.o] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'nnfgt.o' of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.5 ins_precomp.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: /bin/chmod: cannot access`/u01/app/oracle/product/10.2.0/db_1/precomp/lib/proc': No such file ordirectory
 
INFO: make: ***[/u01/app/oracle/product/10.2.0/db_1/precomp/lib/proc] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'relink' of makefile'/u01/app/oracle/product/10.2.0/db_1/precomp/lib/ins_precomp.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.6 ins_plsql.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status
 
INFO: make: *** [wrap] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile'/u01/app/oracle/product/10.2.0/db_1/plsql/lib/ins_plsql.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.7 ins_net_server.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status
 
INFO: make: *** [tnslsnr] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_server.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.8 ins_nau.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: ld returned 1 exit status
 
INFO: make: *** [oklist] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'ioklist iokinit iokdstry' of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_nau.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.9 ins_ldap.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status
 
INFO: make: *** [ldapadd] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'clientonlyinstall' of makefile'/u01/app/oracle/product/10.2.0/db_1/ldap/lib/ins_ldap.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.10 ins_srvm.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: ld returned 1 exit status
 
INFO: make: *** [rawutl] Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile'/u01/app/oracle/product/10.2.0/db_1/srvm/lib/ins_srvm.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1
 
1.11 ins_has.mk 问题
[oracle@zhang logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status
 
INFO: make: *** [/u01/app/oracle/product/10.2.0/db_1/racg/lib/racgmain]Error 1
 
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
 
一般情况都是缺包,用yum 把需要的包全部打上之后,再次安装就没有问题了。
yum install libXp.i686 libXp-devel.i686 libXt.i686 libXt-devel.i686 libXtst.i686 libXtst-devel.i686 make.x86_64 gcc.x86_64 libaio.x86_64 glibc-devel.i686 libgcc.i686
glibc-devel.x86_64 compat-libstdc++-33 -y
yum install glibc* gcc* make* compat-db* libstdc* libXp* libXtst* compat-libstdc++* -y

其次就是环境变量的问题 看看PATH 和 LD_LIBRARY_PATH
都要加上$ORACLE_HOME/lib
64位加上 $ORACLE_HOME/lib64

分享到:
评论

相关推荐

    Error in invoking target ‘install’ of makefile ‘../dbhome_1/ctx/lib/ins_ctx.mk’ …

    在Linux CentOS7 中安装oracle 11g数据库过程中弹出错误:Error in invoking target 'install' of makefile '/home/oracle/app/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/...

    修复oracle安装过程中,出现的两个错位,内含有具体操作方法和脚本fix.rar

    修复oracle安装过程中,出现的两个错位,内含有具体操作方法和脚本,两键修复Error in invoking target 'install' of makefile '/home/oracle/app/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/...

    glibc-devel-2.5-49.0.i386.rpm

    oracle10G以及11G 安装时候报错(如:error in invoking target install of makefile ctx/lib/ins_ctx.mk),所缺少的依赖包!

    linux上安装oracle11g详细步骤和相关报错解决办法

    该文档是在linux的centos7上安装oracle11g的详细步骤,亲测可用,还包含了一些报错的解决办法

    Centos 7静默安装oracle 11g R2

    Centos 7静默安装oracle 11g R2(无图形化界面) 注解:#代表root用户 $代表oracle用户 1、提高安装成功率,关闭防火墙(本地安装无特殊考虑)

    D6JCQo6s2iZ9fKMI7Fa.zip

    EPS8266在线升级例程,OTA例程。

    glibc-static-2.17-55.el7.x86_64.rpm

    安装oracle11g必备包 在安装linux X86-64的Oracle11g时,在链接过程中出现... 详细错误信息为: Error in invoking target ‘install’ of makefile ‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’ 安装此rpm可解决

    glibc-2.3.4-2.41.i686.rpm

    Error in invoking target ‘install’ of makefile ‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’. See ‘/opt/oracle/oraInvertory/logs/installActions2010-09-28_10-27-06AM.log’ for details. 安装此包

    IZ88711SP2.101121.epkg.Z

    在aix6.1系统上安装11gR2报Error in invoking target 'agent nmb nmo nmhs' of makefile '/u01/app/oracle/product/11.2.0/sysman/lib/ins_emage http://blog.csdn.net/Makaveli/article/details/6310814 给oracle...

    Oracle 11g for ubuntu 安装教程

    Oracle 11g for ubuntu 安装教程

    makefile_tutorial.pdf

    Makefile教程,Makefile是一个程序构建工具,可以在Unix、Linux和它们的变体上运行。本教程可增强您对makefile结构和实用程序的了解。

    Turbo C++ 3.0[DISK]

    called FILELIST.DOC, which will appear in the target directory you specify during installation. - After your initial installation, you can run INSTALL again to add elements you omitted the first ...

    Turbo C++ 3.00[DISK]

    called FILELIST.DOC, which will appear in the target directory you specify during installation. - After your initial installation, you can run INSTALL again to add elements you omitted the first ...

    Invoking Matlab using Jave

    An Introduce to Invoking Matlab using Jave

    The Definitive Guide to JSF in JavaEE8 2018

    Learn and master the new features in the JSF 2.3 MVC web framework in this definitive guide written by two of the JavaServer Faces (JSF) specification leads. The authors take you through real-world ...

    Java自定义异常案例--ExceptionManager(java源码)

    * This static method create an instance of the ExceptionManager by invoking the * constructor <code>ExceptionManager(String msg)</code>. * * @param msg The message will pass the specified ...

    Detours使用说明.doc

    The address of the trampoline is placed in a target pointer. The detour function can either replace the target function, or extend its semantics by invoking the target function as a subroutine ...

    Invoking web methods from a C++ console application

    Invoking web methods from a C++ console application。

    servlet2.4doc

    Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. doFilter(ServletRequest, ...

    EurekaLog_7.5.0.0_Enterprise

    2)....Fixed: Range check error in processes information for x64 machines (affects startup of any EurekaLog-enabled module) 3)....Fixed: Auto-detect personality by project extension if --el_mode switch...

Global site tag (gtag.js) - Google Analytics