Trying to install FME2017 on linux and get this error-message:
Dependency not satisfiable: libpng12-0
Have tried to google for it to be installed - but this seems to be a very old library - the newest is 16-16. Any workaround for this?
Trying to install FME2017 on linux and get this error-message:
Dependency not satisfiable: libpng12-0
Have tried to google for it to be installed - but this seems to be a very old library - the newest is 16-16. Any workaround for this?
Found that I had to download libpng manually by following: http://unix.stackexchange.com/questions/310493/error-installing-virtualbox-in-kali-linux
Download this: http://http.us.debian.org/debian/pool/main/libp/libpng/
wget http://http.us.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.49-1%2Bdeb7u2_amd64.deb
And use this:
dpkg -i libpng12-0_1.2.49-1%2Bdeb7u2_amd64.deb
Before doing this:
sudo gdebi fme-desktop.......deb