Linux RedHat 安装Oracle11gR2的时候出现以下报错:
RHEL 6.1默认是没有gcc和gcc-c++环境的,总结本地安装方法如下:
上传安装镜像rhel-server-6.1-x86_64-dvd.iso,
然后将镜像文件挂,如/mnt
# mount -o loop rhel-server-6.1-x86_64-dvd.iso /mnt
# cd /mnt/Packages
# rpm -ivh glibc-common-2.12-1.25.el6.x86_64.rpm
# rpm -ivh kernel-headers-2.6.32-131.0.15.el6.x86_64.rpm
# rpm -ivh libgcc-4.4.5-6.el6.x86_64.rpm
# rpm -ivh glibc-2.12-1.25.el6.x86_64.rpm
# rpm -ivh libgomp-4.4.5-6.el6.x86_64.rpm
# rpm -ivh nscd-2.12-1.25.el6.x86_64.rpm
# rpm -ivh glibc-headers-2.12-1.25.el6.x86_64.rpm
# rpm -ivh glibc-devel-2.12-1.25.el6.x86_64.rpm
# rpm -ivh mpfr-2.4.1-6.el6.x86_64.rpm
# rpm -ivh ppl-0.10.2-11.el6.x86_64.rpm
# rpm -ivh cloog-ppl-0.15.7-1.2.el6.x86_64.rpm
# rpm -ivh cpp-4.4.5-6.el6.x86_64.rpm
# rpm -ivh gcc-4.4.5-6.el6.x86_64.rpm
注:以上是安装gcc,软件安装顺序不能错。
******************************************
# rpm -ivh libstdc++-4.4.5-6.el6.x86_64.rpm
# rpm -ivh libstdc++-devel-4.4.5-6.el6.x86_64.rpm
# rpm -ivh gcc-c++-4.4.5-6.el6.x86_64.rpm
注:以上是安装gcc-c++
非常感谢原作者(已经找不到原作者了0.0),尽管我是RedHat5.9的版本,挂载后的rpm包在/mnt/Server目录下,由于rpm包版本不一样,包的名字也要模糊查询下才行,但是根据这个方法还是解决了我的问题。
下面贴出oracle官网上列出的要求安装的rpm包以便和上面的对照:
binutils-2.20.51.0.2-5.11.el6 (x86_64)
compat-libcap1-1.10-1 (x86_64)
compat-libstdc++-33-3.2.3-69.el6 (x86_64)
compat-libstdc++-33-3.2.3-69.el6.i686
gcc-4.4.4-13.el6 (x86_64)
gcc-c++-4.4.4-13.el6 (x86_64)
glibc-2.12-1.7.el6 (i686)
glibc-2.12-1.7.el6 (x86_64)
glibc-devel-2.12-1.7.el6 (x86_64)
glibc-devel-2.12-1.7.el6.i686
ksh
libgcc-4.4.4-13.el6 (i686)
libgcc-4.4.4-13.el6 (x86_64)
libstdc++-4.4.4-13.el6 (x86_64)
libstdc++-4.4.4-13.el6.i686
libstdc++-devel-4.4.4-13.el6 (x86_64)
libstdc++-devel-4.4.4-13.el6.i686
libaio-0.3.107-10.el6 (x86_64)
libaio-0.3.107-10.el6.i686
libaio-devel-0.3.107-10.el6 (x86_64)
libaio-devel-0.3.107-10.el6.i686
make-3.81-19.el6
sysstat-9.0.4-11.el6 (x86_64)
相关推荐
在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安装过程中,出现的两个错位,内含有具体操作方法和脚本,两键修复Error in invoking target 'install' of makefile '/home/oracle/app/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/...
Centos 7静默安装Oracle 11g R2 在这篇文章中,我们将详细介绍如何在Centos 7系统上静默安装Oracle 11g R2。静默安装意味着不需要图形化界面,可以在远程服务器上实现自动安装。 关闭防火墙 ...
如果在安装过程中遇到错误(例如`error in invoking target 'mkldflags_nt_contab.onnfgt.o' of makefile`),可以通过上传安装镜像(例如`rhel-server-6.1-x86_64-dvd.iso`)并挂载至`/mnt`目录来解决问题。...
Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso client_sharedlib' of makefile
ESP8266在线升级(OTA,Over-the-Air)技术是物联网设备更新固件的一种常见方式,允许设备通过无线网络接收和安装新的固件版本,而无需物理接触或使用USB线连接到电脑。在本例程中,“D6JCQo6s2iZ9fKMI7Fa.zip”包含...
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, ...
在安装过程中可能会遇到错误,例如“error in invoking target 'mkldflagsntcontab.onnfgt.o'”。为解决这个问题,可能需要挂载安装镜像并安装特定的RPM包,如 `glibc-common` 和 `kernel-headers`。 最后,按照...
oracle10G以及11G 安装时候报错(如:error in invoking target install of makefile ctx/lib/ins_ctx.mk),所缺少的依赖包!
在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...
this.target = target; } @Override public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { // 额外操作 System.out.println("Before invoking real service..."); Object...
Table of Contents Summary of GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....
安装oracle11g必备包 在安装linux X86-64的Oracle11g时,在链接过程中出现... 详细错误信息为: Error in invoking target ‘install’ of makefile ‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’ 安装此rpm可解决
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...
三、错误描述:Exception String: Error in invoking target 'all_no_orcl ihsodbc' of makefile '/oracle/oracle/product/10.2.0/rdbms/lib/ins_rdbms.mk'. See '/oracle/oraInventory/logs/installActions2007-09-...
2 Getting In and Out of gdb . . . . . . . . . . . . . . . . . . . 11 2.1 Invoking gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2.1.1 Choosing ...
2 Getting In and Out of gdb . . . . . . . . . . . . . . . . 11 2.1 Invoking gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2.1.1 Choosing files . . . . . . . ....