Hi D L.
I had the same problem for Ubuntu 18.04 64-Bit and I solved it like this.
I hope it works for you as well.
Open terminal:
1. check if you have installed multiarch support
dpkg --print-architecture
on a 64-Bit system is the answer: amd64
dpkg --print-foreign-architectures
i386 (Is the 32-Bit architecture)
if you don't have multi-arch-support:
sudo dpkg --add-architecture i386
sudo apt-get update
3. cd ~/[File where AntWordProfiler executionfile is saved]/
when you have 32-Bit architectures on your ubuntu system
4. write the following in your terminal:
linux32 '/home/[full path where you saved it]/AntWordProfiler' (Do it with the quotes. It didn't worked without at my computer)
the terminal send me the following message: Maybe it looks quite the same for you.
couldn't
load file "/tmp/tclnhkSxY": libXft.so.2: cannot open shared object
file: No such file or directory at /</home/[full
path]/AntWordProfiler>Tcl.pm line 568.
BEGIN failed--compilation aborted at /</home/[... Fullpath]/AntWordProfiler>UI_add_thesaurus_menu.pm line 4.
BEGIN failed--compilation aborted at antwordprofiler1.3.1.3. pl line 5.
So your libXft.so.2 doesn't run for 32-Bit-architecture
5. next step:
sudo apt-get install libxft2:i386
installs the 32-Bit Version.
sudo apt-get update
linux32 '/home/[full path where you saved it]/AntWordProfiler'
it worked out for me and I hope I could help you. It has some graphical issues but it works. Have fun!!!! :)
you can just run it then by doubleclick the excution file.