while I use the ccmake, I got the error message, which is
ccmake: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: Error 40
libssl.so.1.0.0 even exists in lib/x86_64-linux-gnu/ but it doesn't work.
I already tried to reinstall that with
sudo apt-get install libssl1.0.0:amd64
and
sudo apt-get install libssl1.0.0
The command was worked properly but I don't have an idea where the file was installed and whether it could fix the problem.