[ERROR] Exception in thread "main" java.lang.UnsatisfiedLinkError
oracle@unknown:/u01/oracle/products/fmw_oepe/rcuHome/bin$ ./rcu
Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/oracle/products/fmw_oepe/rcuHome/jdk/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
$ cd /usr/lib/x86_64-linux-gnu/
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ ll | grep libXtst
lrwxrwxrwx 1 root root 16 Okt 11 11:23 libXtst.so.6 -> libXtst.so.6.1.0
-rw-r--r-- 1 root root 22944 Des 6 2016 libXtst.so.6.1.0
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ sudo ln -s libXtst.so.6 libXtst.so
[sudo] password for ivanhoe:
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ ll | grep libXtst
lrwxrwxrwx 1 root root 12 Jan 4 10:27 libXtst.so -> libXtst.so.6
lrwxrwxrwx 1 root root 16 Okt 11 11:23 libXtst.so.6 -> libXtst.so.6.1.0
-rw-r--r-- 1 root root 22944 Des 6 2016 libXtst.so.6.1.0
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ sudo apt-get install libxtst6:i386
oracle@unknown:/u01/oracle/products/fmw_oepe/rcuHome/bin$ ./rcu
Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/oracle/products/fmw_oepe/rcuHome/jdk/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
SOLVING
$ cd /usr/lib/x86_64-linux-gnu/
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ ll | grep libXtst
lrwxrwxrwx 1 root root 16 Okt 11 11:23 libXtst.so.6 -> libXtst.so.6.1.0
-rw-r--r-- 1 root root 22944 Des 6 2016 libXtst.so.6.1.0
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ sudo ln -s libXtst.so.6 libXtst.so
[sudo] password for ivanhoe:
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ ll | grep libXtst
lrwxrwxrwx 1 root root 12 Jan 4 10:27 libXtst.so -> libXtst.so.6
lrwxrwxrwx 1 root root 16 Okt 11 11:23 libXtst.so.6 -> libXtst.so.6.1.0
-rw-r--r-- 1 root root 22944 Des 6 2016 libXtst.so.6.1.0
ivanhoe@unknown:/usr/lib/x86_64-linux-gnu$ sudo apt-get install libxtst6:i386
Komentar
Posting Komentar