EBS安装提示libXtst.so.6: cannot open shared object file

$ ./rapidwiz
Rapid Install Wizard is validating your file system......
CMDDIR=/app/Stage122/startCD/Disk1/rapidwiz
Rapid Install Wizard will now launch the Java Interface.....

$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /app/Stage122/startCD
/Disk1/rapidwiz/jre/Linux_x64/1.6.0/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file:
 No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.load0(Unknown Source)
        at java.lang.System.load(Unknown Source)
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at sun.security.action.LoadLibraryAction.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
        at sun.awt.DebugHelper.<clinit>(Unknown Source)
        at java.awt.Component.<clinit>(Unknown Source)

解决方法:安装缺少的rpm包

# yum list available | grep libXtst
libXtst.i686                            1.2.2-2.1.el7                       base
libXtst-devel.i686                      1.2.2-2.1.el7                       base
libXtst-devel.x86_64                    1.2.2-2.1.el7                       base
# yum install libXtst.i686 -y
Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
base                                                                                | 4.1 kB  00:00:00
Resolving Dependencies
--> Running transaction check
---> Package libXtst.i686 0:1.2.2-2.1.el7 will be installed
--> Processing Dependency: libXi.so.6 for package: libXtst-1.2.2-2.1.el7.i686
--> Running transaction check
---> Package libXi.i686 0:1.7.2-2.1.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===========================================================================================================
 Package                  Arch                  Version                        Repository             Size
===========================================================================================================
Installing:
 libXtst                  i686                  1.2.2-2.1.el7                  base                   20 k
Installing for dependencies:
 libXi                    i686                  1.7.2-2.1.el7                  base                   39 k

Transaction Summary
===========================================================================================================
Install  1 Package (+1 Dependent package)

Total download size: 59 k
Installed size: 96 k
Downloading packages:
-----------------------------------------------------------------------------------------------------------
Total                                                                      1.7 MB/s |  59 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : libXi-1.7.2-2.1.el7.i686                                                                1/2
  Installing : libXtst-1.2.2-2.1.el7.i686                                                              2/2
  Verifying  : libXi-1.7.2-2.1.el7.i686                                                                1/2
  Verifying  : libXtst-1.2.2-2.1.el7.i686                                                              2/2 

Installed:
  libXtst.i686 0:1.2.2-2.1.el7                                                                             

Dependency Installed:
  libXi.i686 0:1.7.2-2.1.el7                                                                               

Complete!
时间: 2024-08-10 20:41:16

EBS安装提示libXtst.so.6: cannot open shared object file的相关文章

oracle10g 安装遇到libXp.so.6: cannot open shared object file

在安装oracle10g的时候出现如下错误: [[email protected] clusterware]$ ./runInstaller ******************************************************************************** Please run the script rootpre.sh as root on all machines/nodes. The script can be found at the top

nginx无法启动提示libpcre.so.1: cannot open shared object

nginx无法启动提示libpcre.so.1: cannot open shared object file的解决方法我也不知为啥,编译安装了Nginx后,今天打算再玩玩,结果发现Nginx竟然无法启动了.提示下面的错误,大概可以看得出来,缺少了libpcre这个库文件.可是,我是新手,感觉下手无处呀.最后Google了下.解决方法还是非常简单呢.用root用户执行一条命令即可搞定. [[email protected] lib64]# /usr/local/nginx/sbin/nginx

编译Uboot时提示error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

在Ubuntu14.04 64位系统中已经安装了libc6:i386的库,编译Uboot时提示error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory. 出错原因是:缺少lib32z1库 解决方法:sudo apt-get install lib32z1

nmon安装出现错误error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

转自:http://blog.sina.com.cn/s/blog_89e2402a0102x1ei.html nmon安装遇到的问题: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory? 分析原因:? 根据报错内容提示,没有找到共享库libncurses.so.5 ? 解决办法: 命令yum install libncu

启动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

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

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目录,各种映射问题都暴露出来了,安装

VisualSVN Server 安装提示错误 Repositories is not a valid short file name 修复

最近安装新版  VisualSVN Server 总在安装过程提示错误: "'Repositories' is not a valid short file name." 点确定后安装过程就终止了,不能继续. 找了下问题原因,发现是因为之前可能在另外一个移动分区上面放置过 Repositories 库目录,而此时那移动分区又不存在,所以 VisualSVN Server 安装程序也找不到之前的库目录了. 提示错误 'Repositories' is not a valid short

安装lispbox出现:error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory

如下图,运行lispbox出现如下报错(第一个命令): 检索之后发现解决办法:Solution to libjpeg.so.62 输入一下两条命令(第二条也必须执行): sudo apt-get upgrade sudo apt-get install libjpeg62-dev // if not 62-dev, the apt will tell you it can not locate the package libjpeg62 解决问题: 蛤蛤蛤!抓紧学习Linux,避免遇到苦难束手无