Skip to content

Ubuntu14.0.4+Hadoop2.5.2+jdk1.7源码编译 #37

Open
@v5tech

Description

@v5tech
  • 缺少 libXtst.so.6
Caused by: java.lang.UnsatisfiedLinkError: /opt/jdk1.7/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

安装 libxtst6

$ sudo apt-get update
$ sudo apt-get install libxtst6

http://stackoverflow.com/questions/17355863/cant-find-install-libxtst-so-6

之后再执行如下的命令

$ sudo updatedb
$ locate libXtst
/usr/lib/x86_64-linux-gnu/libXtst.so.6
/usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions