ImageMagick Not Detecting Ghostscript (Ubuntu)
Posted: 2017-03-23T09:37:39-07:00
First and foremost, these are my specs:
Ubuntu 14.04
ImageMagick 6.7.7
Ghostscript 9.10
I'll list these, as well, but I don't think they're relevant to this query:
Imagick 3.4.0
PHP 5.6.18
I'm needing to work with pdf and eps files, so naturally I'm needing to utilize Ghostscript. This was already installed before I did anything with ImageMagick and I was expecting to see those two formats listed along with the default formats in ImageMagick's list of delegates, but for some reason ImageMagick did not recognize the existence of Ghostscript.
I ran the "which" command in the cli for "convert" as well as "gs" and they both appear to be within the same directory. I believe the current version for GS is 9.21 (currently running 9.10), so updating that might play into the solution, but it might not. I'm trying to avoid reinstalling ImageMagick if at all possible, but if it has to be done, it has to be done.
So, how exactly should I tackle this issue? Any feedback surrounding this would be greatly appreciated. Thanks.
Ubuntu 14.04
ImageMagick 6.7.7
Ghostscript 9.10
I'll list these, as well, but I don't think they're relevant to this query:
Imagick 3.4.0
PHP 5.6.18
I'm needing to work with pdf and eps files, so naturally I'm needing to utilize Ghostscript. This was already installed before I did anything with ImageMagick and I was expecting to see those two formats listed along with the default formats in ImageMagick's list of delegates, but for some reason ImageMagick did not recognize the existence of Ghostscript.
I ran the "which" command in the cli for "convert" as well as "gs" and they both appear to be within the same directory. I believe the current version for GS is 9.21 (currently running 9.10), so updating that might play into the solution, but it might not. I'm trying to avoid reinstalling ImageMagick if at all possible, but if it has to be done, it has to be done.
So, how exactly should I tackle this issue? Any feedback surrounding this would be greatly appreciated. Thanks.