Eu atualizei para o Debian GNU / Linux 9.4 (stretch), e agora o ImageMagick não funciona.
convert --version
apresenta este erro:
convert: error while loading shared libraries: libIlmImf.so.6: cannot open shared object file: No such file or directory
Eu tento instalar libIlmImf.so.6
ou libopenexr6
com sudo apt-get install
e recebo isso:
E: Unable to locate package libIlmImf
Package libopenexr6 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libopenexr6' has no installation candidate
Eu reinstalei o ImageMagick, mas ainda não tive sorte, alguma dica de como fazer o ImageMagick voltar a funcionar online?
FWIW, a versão do ImageMagick que eu instalei foi instalada via sudo apt-get install
assim:
sudo apt-get install imagemagick
Tags debian imagemagick linux