2、Ora_Q2_libXext.so.6:cannot open shared object file

【Q2】libXext.so.6:cannot open shared object file

【原因】在64位的centos安装64位的oracle的时候,有时候会出现“libXext.so.6: cannot open shared objectfile:”的错误

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

【解决方法】

#yum install -y  libXext.i686
时间: 2024-10-10 11:55:21

2、Ora_Q2_libXext.so.6:cannot open shared object file的相关文章

OGG登陆报cannot open shared object file错误处理

1.错误现象 Linux服务器上,新安装的goldengate(OGG),使用./ggsci登 陆控制台报出./ggsci: error while loading shared libraries: libnnz11.so: cannotopen shared object file: No such file or directory错误. 2.原因分析 因为运行OGG的用户的没有设置LD_LIBRARY_PATH环境变量,或设置不正确所致. 3.解决方法: 在.bash_profile中增

启动MongoDB时,提示:error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

启动MongoDB时,提示: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory [[email protected] ~]# /usr/local/mongodb/bin/mongod --dbpath=/usr/local/mongodb/data --logpath /usr/local/mongodb/logs/mon

libsvn_client-1.so.0: cannot open shared object file: No such file or directory

源码安装好svn后,会有以下的报错: libsvn_client-1.so.0: cannot open shared object file: No such file or directory 解决办法; 执行ldconfig命令 #ldconfig svn程序启动时,加载某些动态库失败.共享库大多在/usr/lib./lib./usr/local/lib等,源码安装svn后,在共享库新添加了库文件,必须执行ldconfig命令更新/etc/lo.conf里对应的项.一般rpm包安装会自动执

centos6.9安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

1.centos6.9安装xampp(xampp-linux-x64-7.0.21-0-installer.run)后启动的时候,报错: egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directoryegrep: error while loading shared libraries: libc.so.6: cannot open

error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file

安装rac10g,出现如下错误: [[email protected] oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by root Checking to see if Oracle CRS stack is already configured /etc/oracle does not exist. Creating it now. Setting the permission

Redhat 6.4安装ORACLE11R2 ,运行root.sh报错:“libcap.so.1:cannot open shared object file”

1.系统环境: Redhat 6.4 企业版 Oracle11.2.0.2 RAC+ASM 2.报错信息:/oracle/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory 3.问题的可能性: ①缺少系统补丁包"libcap"补丁包  # rpm -qa|gr

sysbench: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file

安装编译完后sysbench后,报错. 报错信息: [[email protected] dongbo]# sysbench -v sysbench: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory 解决方法: 1. [[email protected] dongbo]# ls -l /usr/local/my

解决error while loading shared libraries: libXXX.so.X: cannot open shared object file: No such file

原文地址:http://blog.csdn.net/yjk13703623757/article/details/53217377 一.问题 运行hydra时,提示错误: hydra : error : while loading shared libraries: libssh.so.4: cannot open shared object file: No such file 分析原因:链接器ld提示找不到库文件.ld默认的目录是/lib和/usr/lib,如果放在其他路径也可以,需要让ld

Nginx安装启动过程报错libpcre.so.1 cannot open shared object file: No such file or directory

具体报错信息如下: nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 环境:因为生产环境不让使用root用户,但是安装linux 的gcc .precel.zlib等依赖库权限不够,因此准备使用root用户安装,安装完成之后将权限切换至oper用户.因为nginx又安装在home目录,各种映射问题都暴露出来了,安装