System info:
4.13.0-38-generic #43-Ubuntu 17.10 SMP x86_64 GNU/Linux
Errors:
error while loading shared libraries: libpng12.so.0: cannot open shared object file: no such file or directory
error while loading shared libraries: libiucc.so.55: cannot open shared object file: no such file or directory
Fixed with the following:
apt-get install libpng12-0 # need to add source: deb http://mirrors.kernel.org/ubuntu/ xenial main
apt-get install libicu55
System info:
4.13.0-38-generic #43-Ubuntu 17.10 SMP x86_64 GNU/Linux
Errors:
Fixed with the following:
apt-get install libpng12-0 # need to add source: deb http://mirrors.kernel.org/ubuntu/ xenial main apt-get install libicu55