Error: libXext.so.6: cannot open shared object file: No such file or directory

Green picture Green · Apr 20, 2015 · Viewed 92.4k times · Source

I am getting the error below when running a java file that tries to open an ods file.

Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/software/jdk1.6.0_45/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeL

I tried - 'yum install libXext' but got the msg - already installed.

Any suggestions?

Answer:

do yum install libXstst.so.6 It installs and works fine

Answer

user3018906 picture user3018906 · May 12, 2016

In my case I needed to install additional libs.

yum install libXext.x86_64
yum install libXrender.x86_64
yum install libXtst.x86_64