Error loading libcpprest.so.2.8 when running FrontPanel

Hello!

I am trying to run FrontPanel on ubuntu 16.04. The install script runs fine, but when I run FrontPanel:

sudo ./FrontPanel

I get an error:

error while loading shared libraries: libcpprest.so.2.8: cannot open shared object file: No such file or directory

Has anyone else encountered this? Can you suggest a solution?

Thanks,
Suraj.

Have you installed libcpprest? This should be available from the official repositories, so the following command should install it:

sudo apt install libcpprest