While executing rapidwiz for Online Application ( 12.2.0) installation, facing an error related to jre file:
Error:libXtst.so.6: cannot open shared object file: No such file or directory
Solution:
Installed OS Package: xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.
First remove softlink as below
# unlink /usr/lib/libXtst.so.6
Then create softlink as below commnad.
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
No comments:
Post a Comment