Quantcast
Channel: MogDB Life
Viewing all articles
Browse latest Browse all 353

安装 Oracle 时升级 CentOs 6 至 glibc 2.17

$
0
0

作者:eygle 发布在 eygle.com

在安装新版本的Oracle数据库时,对于 glibc 的要求已经越来越高,新版本如 20c 中,将会要求基础 glibc 版本 2.17

如果不满足,则在 dbca 建库时将会遇到错误提示,例如:

/lib64/libc.so.6: version `GLIBC_2.17' not found

这和 19c 安装时极其相似。

在我的虚拟机还是 CentOS 6 时,就需要升级一下 glibc 版本,在以下地址可以下载适用于 CentOs el6 版本的 Glibc 2.17 :

wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm
安装之后,一切顺利,就可以开始Oracle新版本数据库的安装了:

[root@sdb0 libc17]# rpm -Fvh *.rpm

warning: glibc-2.17-55.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 73ec361c: NOKEY

Preparing... ########################################### [100%]

1:glibc-common ########################################### [ 25%]

2:glibc ########################################### [ 50%]

3:glibc-headers ########################################### [ 75%]

4:glibc-devel ########################################### [100%]

记录备忘。

相关文章|Related Articles


Viewing all articles
Browse latest Browse all 353

Trending Articles