oxygenxml / dita-latex

DITA Open Toolkit plugin which allows publishing embedded Latex mathematical equations to HTML and PDF
Apache License 2.0
7 stars 3 forks source link

Error with libfreetype #3

Closed gbebie-valerian-antidot closed 1 year ago

gbebie-valerian-antidot commented 1 year ago

Hello Radu! When I generate an output, I got an error in the build with libfreetype: Error: The following error occurred while executing this line: java.lang.UnsatisfiedLinkError: libfreetype.so.6: cannot open shared object file: No such file or directory

What is the purpose of libfreetype? If I understand it handles truetype fonts, but I wonder if there's any way to get rid of this error by using another library or font management?

Thanks for your support!

raducoravu commented 1 year ago

@gbebie-valerian-antidot can you possibly save to a text file and attach the entire console log? I need to see more context... On what operating system are you publishing?

gbebie-valerian-antidot commented 1 year ago

Hi @raducoravu Sorry for the delay, I was waitig feedback from my colleagues who are in charge of the libraries in the connector. It seems we missed specific packages to be installed. Now it works well :)

gbebie-valerian-antidot commented 1 year ago

Not an issue related to the plugin. I had to install other libraries according to this link: https://github.com/GoogleContainerTools/distroless/pull/322