I execute the following command:
- Code: Select all
sh yEd-3.10.1_32-bit_setup.sh
Which gives me the following error:
- Code: Select all
libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
I have tried this as a regular user, and as root.
I have tried to switch to using the Sun JRE instead of the default OpenJDK.
When I search for: find / -mount -name "libXtst.so.6" I can see I have it in:
/usr/lib/x86_64-linux-gnu/libXtst.so.6
How do I resolve this issue?
Edit:
- Code: Select all
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu"
sh yEd-3.10.1_32-bit_setup.sh
libmawt.so: libXtst.so.6: wrong ELF class: ELFCLASS64
So apparently this requires the 32-bit version of that library. Where can I get that and how do I install that on Linux Mint 14?




