Unable to load library 'gs': libgs.so: cannot open shared object file: No such file or directory

前端 未结 3 951
刺人心
刺人心 2021-01-07 08:20

I have installed ghostscript of 64 bit on my 64 bit linux machine. I am using ghost4j-0.5.0.jar to convert pdf files to tiff files. I have written a java program which will

3条回答
  •  日久生厌
    2021-01-07 08:49

    I just had this issue on a linux VM. I was able to solve it by installing ghostscript on the system. I just used the command:

    sudo yum install ghostscript
    

    Hope that helps!

提交回复
热议问题