报错在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
阅读(4369) | 评论(0) | 转发(0) |