our build of 3.7 on Redhat 6.7 uses the following command sequence export GRADLE_HOME=/usr/local/gradle-2.6/bin export JAVA_HOME=/usr/local/java export PATH=$GRADLE_HOME:$JAVA_HOME/bin:$PATH ./configure --enable-pcre \ --enable-json \ --disable-python \ --with-java \ --disable-tcp-wrapper but this does not control which java is used at runtime. You will still need to use ldconfig to pick up the path to the libjvm.so library file. Hope this gets you on your way. Evan. On 11/10/2015 04:44 PM, Rory Toma wrote:
I've downloaded syslog-ng-3.6.4 (I'm not using master because I can't get the configure script to generate correctly)
I'm following the steps here: https://www.balabit.com/sites/default/files/documents/syslog-ng-ose-latest-g...
and have even added "--enable-java"
I notice that even with JAVA_HOME set on the command line, config.log picks up the wrong java, and passing --with-java-home has no effect.
In any case, I cannot get java modules installed. Is there an additional command to run to create/populate the java modules directory?
This is on CentOS-6.7 x86_64