Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to ghostscript version 10 #70

Open
svrnwnsch opened this issue Sep 12, 2024 · 1 comment
Open

Upgrade to ghostscript version 10 #70

svrnwnsch opened this issue Sep 12, 2024 · 1 comment

Comments

@svrnwnsch
Copy link

Hey I wonder if you could support ghostscript in version 9?

Currently I get on ubuntu noble an error after following the readme as the file libgs.so.9 is no longer found. The reason is that with version 10 the file is named libgs.so.10.

I don't know if there need to be any changes or if it simply enough to switch to this file. As a workaround a symlink pointing from libgs.so.9 -> libgs.so.10 might solve this issues for others.

@NickNaso
Copy link
Owner

NickNaso commented Sep 12, 2024

'Hi @svrnwnsch,
th best thing that you can do is to create a symlink that point to the new library. In alternative you can set the env variables:

  • GS4JS_HOME (/usr/lib/x86_64-linux-gnu)
  • GS4JS_LIB (libgs.so.10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants