NickNaso / ghostscript4js

Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
http://www.nacios.it
Apache License 2.0
66 stars 19 forks source link

Ghostscript version from homebrew is too new #48

Closed bbqaaq closed 4 years ago

bbqaaq commented 4 years ago

Close

bbqaaq commented 4 years ago

Please close this issue, I have made something wrong. There isn't a bug.

NickNaso commented 4 years ago

Hi @bbqaaq,

If you install ghostscript through homebrew the entire solution is in this following folder: /usr/local/Cellar/ghostscript/{VERSION}/ the most simple thing to do is to create a symbolic link in /usr/local/lib that point to /usr/local/Cellar/ghostscript/{VERSION}/lib/libgs.dylib. Hope that this will help you.

NickNaso commented 4 years ago

Ok I provide to close feel free to open new issue if you need other help.

bbqaaq commented 4 years ago

@NickNaso Sorry that I have made sth wrong. Turn out the problem can be solved by reinstalling the package.

But I found that another issue #47 happens on my side too, as Im using 9.27 also. See if that issue is related to gs 9.27 with ghostscript4js.

Thanks!