I run my program in suse 11 operation system. The JRE is OpenJDK 8u-191. The program runs smoothly except kaptcha for login. When I login the page will show me the kaptcha, but an exception occurs.
java.lang.UnsatisfiedLinkError: /usr/local/java8/jre-8u191/lib/amd64/libfontmanager.so: libfreetype.so.6: cannot open shared object file no such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
...
Is the libfreetype.so.6 in OpenJDK? I can't find it. Should I download the libfreetype.so.6 from internet?