<div dir="ltr"><div>Hi,<br><br></div>In the meanwhile this was merged into the upcoming 3.13.1 version, under preparation and testing. I am sending you a tarball that includes the required libtool/automake/autoconf files in private.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">-- <br>Bazsi<br></div></div></div>
<br><div class="gmail_quote">On Thu, Nov 30, 2017 at 7:47 AM, Jim Segrave <span dir="ltr"><<a href="mailto:jes@j-e-s.net" target="_blank">jes@j-e-s.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi,<br>
</blockquote>
<br>
> I've just posted a pull request that I didn't have time to test: can you pls test if this fixes the issue for you?<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 <a href="https://github.com/balabit/syslog-ng/pull/1782" rel="noreferrer" target="_blank">https://github.com/balabit/sy<wbr>slog-ng/pull/1782</a> <<a href="https://github.com/balabit/syslog-ng/pull/1782" rel="noreferrer" target="_blank">https://github.com/balabit/sy<wbr>slog-ng/pull/1782</a>><br>
</blockquote>
<br>
While my original patch worked on 3.6.5, we actually need some of the features in 3.12.<br>
<br>
I have problems with autogen/automake being unhappy with the versions of the autotool chain I have:<br>
<br>
running autogen.sh:<br>
<br>
Running autogen in 'lib/ivykis'...<br>
libtoolize: You should add the contents of the following files to 'aclocal.m4':<br>
libtoolize:   '/usr/local/share/aclocal/lib<wbr>tool.m4'<br>
libtoolize:   '/usr/local/share/aclocal/lto<wbr>ptions.m4'<br>
libtoolize:   '/usr/local/share/aclocal/ltv<wbr>ersion.m4'<br>
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>,<br>
libtoolize: and rerunning libtoolize and aclocal.<br>
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.<br>
<br>
(catting the suggested files onto aclocal.m4 does not remove these warnings)<br>
<br>
However configure does finish, but make bombs out with:<br>
<br>
<br>
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I../src/include -I../src/include   -I /usr/local/src/syslog-ng -Wall -pthread -Wno-error -MT iv_avl.lo -MD -MP -MF .deps/iv_avl.Tpo -c -o iv_avl.lo iv_avl.c<br>
libtool: Version mismatch error.  This is libtool 2.4.5, but the<br>
libtool: definition of this LT_INIT comes from libtool 2.4.2.<br>
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.5<br>
libtool: and run autoconf again.<br>
make[5]: *** [iv_avl.lo] Error 63<br>
make[4]: *** [all-recursive] Error 1<br>
make[3]: *** [all] Error 2<br>
make[2]: *** [lib/ivykis/src/<a href="http://libivykis.la" rel="noreferrer" target="_blank">libivykis.la</a>] Error 2<br>
make[1]: *** [all-recursive] Error 1<br>
make: *** [all] Error 2<br>
<br>
I was able to get a working version from the 3.6.5 sources. When I get the 3.12.1 sources from the Centos rpm, I can run configure without running autogen, which does complete and make completes without errors. However, the resulting executable fails to start with this error message:<br>
<br>
Error parsing config, Error compiling template (Unknown template function "format-json32:<br>
included<br>
included<br>
<br>
template-function "format-cim" "$(format-json --pair @timestamp='${R_ISODATE}' --pair .=_ --key *.*)\n";<br>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<wbr>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<wbr>^^^^^^^^^^^^<br>
<br>
I know next to nothing about the automake and friends (or m4 for that matter), so I don't really know how to address this.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
-- <br>
Jim Segrave<br>
<a href="mailto:jes@j-e-s.net" target="_blank">jes@j-e-s.net</a><br>
<br>
______________________________<wbr>______________________________<wbr>__________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailm<wbr>an/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support<wbr>/documentation/?product=<wbr>syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/sy<wbr>slog-ng-faq</a><br>
<br>
</font></span></blockquote></div><br></div>