Chinaunix首页 | 论坛 | 博客
  • 博客访问: 731513
  • 博文数量: 95
  • 博客积分: 1754
  • 博客等级: 上尉
  • 技术积分: 1607
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-12 10:06
文章分类

全部博文(95)

文章存档

2015年(3)

2013年(15)

2012年(77)

分类: Oracle

2012-08-14 14:41:10

报错在65%左右
Exception String: Error in invoking target 'install' of makefile '/app/oracle/10g/ctx/lib/ins_ctx.mk'. See '/app/oracle/oraInventory
/logs/installActions2012-08-14_02-19-47PM.log' for details.
 
查询软件包
[root@oracle141 /]# rpm --all --query --queryformat "%{NAME}-%{VERSION}-%{RELEASE}-(%{ARCH})\n" | grep glibc
安装软件包
[root@oracle141 /]# yum install glibc-devel

安装软件Term-ReadLine-Gnu
[root@oracle141 Term-ReadLine-Gnu-1.16]# perl Makefile.PL                 
Found `/usr/lib64/libncurses.a'.
gcc  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -DHAVE_STRING_H rlver.c -o rlver    -lreadline -lncurses
rlver.c:3:31: error: readline/readline.h: No such file or directory
rlver.c: In function ‘main’:
rlver.c:4: error: ‘rl_library_version’ undeclared (first use in this function)
rlver.c:4: error: (Each undeclared identifier is reported only once
rlver.c:4: error: for each function it appears in.)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Could not compile rlver.c.
 
解决方式:
[root@oracle141 Term-ReadLine-Gnu-1.16]#yum install readline-devel.i386   readline-devel.x86_64
 
阅读(4288) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~