Home > Database > Mysql Tutorial > CentOS 6.3上安装Oracle 10g报错的解决

CentOS 6.3上安装Oracle 10g报错的解决

WBOY
Release: 2016-06-07 16:47:53
Original
1063 people have browsed it

在CentOS 6.3上面安装 Oracle 10G报错:ldquo;/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such fil

错误描述:

在CentOS 6.3上面安装 Oracle 10G报错:“/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory”

解决过程:

参考:安装Oracle遇到libXp.so.6: cannot open shared object file 

错误提示需要安装32位的libXp,使用yum命令进行安装:

yum install libXp-1.0.0-15.1.el6.i686

然后继续安装,有遇到报错:

“/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory”

这次是提示安装32位的libXt

yum install libXt-1.0.7-1.el6.i686

每次要等到安装到一定程度才能通过报错信息知道需要安装什么包,太费时,所以从官方文档找到所有需要安装的32位包,,

具体如下:

compat-libstdc++-33-3.2.3-69.el6.i686.rpm

glibc

glibc-devel

libgcc

libstdc++

libstdc++-devel

libaio

libaio-devel

把上面的32位包全部安装完之后,再重新安装,这次遇到以下报错:

ERROR INVOKING TARGET 'COLLECTOR' OF MAKEFILE '$O_H/SYSMAN/LIB/INS_EMDB.MK

这个错误可以忽略,忽略之后,没再遇到报错,数据库顺利安装成功。   

本文永久更新链接地址:

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template