在64位的centos安装64位的oracle的时候,有时候会出现“libXext.so.6: cannot open shared object file:”的错误。

这个原因主要是oracle在安装的时候需要安装一些32位的lib,也就是类似于windows下的dll

出现这个问题,可以采用如下的解决办法:

#yum install libXext.i686  即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-05-25
  • 2022-12-23
  • 2021-08-14
猜你喜欢
  • 2021-06-06
  • 2021-05-19
  • 2021-08-22
  • 2022-12-23
  • 2021-09-23
  • 2021-08-01
  • 2022-12-23
相关资源
相似解决方案