我的服务器是CentOS,我试图通过composer使用这个库:
https://github.com/imalhasaranga/PDFLib
但是我收到以下错误消息:
Fatal error: Uncaught Exception: Your version of GhostScript 9.07 is not compatible with the library
如何在服务器上更新Ghostscript的版本,以便我可以在PHP中使用它?
答案 0 :(得分:0)
您可以看到CentOS是否有更新的软件包(可能没有),您可以尝试使用ghostscript.com提供的预构建二进制文件。如果两者都不成功,则需要从源代码构建Ghostscript。
为此,您需要安装一个可用的C编译器(gcc)和autotools。