zippy1978 / ghost4j

Java wrapper for Ghostscript C API + PS/PDF document handling API
http://www.ghost4j.org
GNU Lesser General Public License v3.0
64 stars 38 forks source link

Version 1.0.5 & GS 9.0 -> java.lang.UnsatisfiedLinkError #80

Open funnybobde opened 1 year ago

funnybobde commented 1 year ago

Using the Sources from 1.0.5 I builded my own JAR ghost4j-1.0.5.jar.

It worked with GS 10 under W10, but with GS 9 under Unix I get an java.lang.UnsatisfiedLinkError

Caused by: java.lang.UnsatisfiedLinkError: Error looking up function 'gsapi_set_arg_encoding': ld.so.1: java: fatal: gsapi_set_arg_encoding: can't find symbol

Is there a dependency between GHOST4J (1.0.5) and a minimum GS Version or is there something else to be done to use a self builded JAR from GHOST4J Sources to prevent such an error?