Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3492293
  • 博文数量: 738
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7745
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(738)

文章存档

2023年(75)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客

分类: Oracle

2023-02-21 09:21:50


  1. 安装时报错

  2. RROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable.
  3. /oracle/app/oracle/product/19.3.0/db_1/perl/bin/perl: /lib64/libc.so.6: version `GLIBC_2.14

下载 GLIBC_2.14

wget

mv glibc-2.14.tar.gz /opt/software

cd /opt/software

tar xf glibc-2.14.tar.gz

cd glibc-2.14

mkdir build

cd build

../configure --prefix=/usr/local/glibc-2.14

make -j4

make install

cd /usr/local/glibc-2.14/lib

cp libc-2.14.so /lib64/

cd /lib64

/sbin/sln libc-2.14.so /lib64/libc.so.6

strings /lib64/libc.so.6 |grep GLIBC


不推荐,还是在rhel7上安装19c吧
阅读(338) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~