12 Sep
2017
12 Sep
'17
9:22 a.m.
Hi, I believe Péter's diagnostic is correct. Another Péter's blog summarizes the "problem" on this blog post: https://www.balabit.com/blog/troubleshooting-java-support-syslog-ng/ I for one chose the method of adding a file into ld's config file directory: $ cat /etc/ld.so.conf.d/java.conf /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/amd64/server Of course your path will most probably be different. Also don't forget to run `ldconfig` afterwards. Cheers