Having trouble with java-modules
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
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
Hi, Java is not supported in 3.6.x ( only in syslog-ng incubator ). For 3.7 it is ported(reworked) from the incubator, so you should give a try to use the java support with syslog-ng-3.7.2. L. On Nov 11, 2015 1:44 AM, "Rory Toma" <rory@ooma.com> 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
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
I can't locate the 3.7 source release tarballs, only the git, which isn't running autogen.sh correctly for me. On 11/10/15 9:39 PM, Budai, László wrote:
Hi,
Java is not supported in 3.6.x ( only in syslog-ng incubator ). For 3.7 it is ported(reworked) from the incubator, so you should give a try to use the java support with syslog-ng-3.7.2.
L.
On Nov 11, 2015 1:44 AM, "Rory Toma" <rory@ooma.com <mailto:rory@ooma.com>> 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 ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
You can download releases from here: https://github.com/balabit/syslog-ng/releases L. On Wednesday, November 11, 2015, Rory Toma <rory@ooma.com> wrote:
I can't locate the 3.7 source release tarballs, only the git, which isn't running autogen.sh correctly for me.
On 11/10/15 9:39 PM, Budai, László wrote:
Hi,
Java is not supported in 3.6.x ( only in syslog-ng incubator ). For 3.7 it is ported(reworked) from the incubator, so you should give a try to use the java support with syslog-ng-3.7.2.
L. On Nov 11, 2015 1:44 AM, "Rory Toma" < <javascript:_e(%7B%7D,'cvml','rory@ooma.com');>rory@ooma.com <javascript:_e(%7B%7D,'cvml','rory@ooma.com');>> 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
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
This one doesn't have configure, and when I run autogen.sh, it errors with: Running autogen in 'lib/ivykis'... Don't know how to bootstrap submodule 'lib/ivykis' If I remove it, then later I get: configure: error: Internal ivykis sources not found in lib/ivykis. This is a hard dependency, unable to build syslog-ng without them. On 11/10/15 11:45 PM, Budai, László wrote:
You can download releases from here: https://github.com/balabit/syslog-ng/releases
L.
On Wednesday, November 11, 2015, Rory Toma <rory@ooma.com <mailto:rory@ooma.com>> wrote:
I can't locate the 3.7 source release tarballs, only the git, which isn't running autogen.sh correctly for me.
On 11/10/15 9:39 PM, Budai, László wrote:
Hi,
Java is not supported in 3.6.x ( only in syslog-ng incubator ). For 3.7 it is ported(reworked) from the incubator, so you should give a try to use the java support with syslog-ng-3.7.2.
L.
On Nov 11, 2015 1:44 AM, "Rory Toma" <rory@ooma.com <javascript:_e(%7B%7D,'cvml','rory@ooma.com');>> 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 ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info:https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation:http://www.balabit.com/support/documentation/?product=syslog-ng FAQ:http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
participants (3)
-
Budai, László
-
Evan Rempel
-
Rory Toma