<div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">I am not following the functionality side of the discussion, but it might be interesting that we have docker images also for building syslog-ng not just running it. And they come with all the tools, libraries needed to compile syslog-ng.</div><div dir="auto"><br></div><div dir="auto">Actually you can generate the docker image locally as well:</div><div dir="auto"><br></div><div dir="auto">```</div><div dir="auto">$ dbld/rules image-centos7</div><div dir="auto">$ dbld/rules shell-centos7</div><div dir="auto">```</div><div dir="auto"><br></div><div dir="auto">You can also build binaries by using targets like rpm-centos7. For more information run:</div><div dir="auto"><br></div><div dir="auto">$ dbld/rules help</div></div><div class="gmail_extra"><br><div class="gmail_quote">On May 7, 2018 17:51, "Gergely Nagy" <<a href="mailto:algernon@balabit.com">algernon@balabit.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">>>>>> "Delon" == Delon Lee Di Lun <<a href="mailto:lee.delon2005@gmail.com">lee.delon2005@gmail.com</a>> writes:<br>
<br>
    Delon> I am also have some issue compiling some of the modules. E.g. --enable-json<br>
    Delon> I have installed the necessary json rpm packages. Do I have to compile the<br>
    Delon> libraries from source? I can see the lib in /usr/lib64 is there something<br>
    Delon> im missing, do I have to point ./configure to the /usr/lib64 folder? If so<br>
    Delon> how do i do it?<br>
<br>
You need the development files (typically in a package with a -devel<br>
postfix). See the `packaging/rhel/syslog-ng.<wbr>spec` file for a list of<br>
dependencies (you may not need all of them, if you don't need all the<br>
modules). The "BuildRequires" lines list the packages you need to<br>
compile it.<br>
<br>
Mind you, if you installed syslog-ng from your distribution, and all you<br>
want is forward your apache logs from clients to a central server, you<br>
may not need to compile from source.<br>
<br>
-- <br>
|8]<br>
______________________________<wbr>______________________________<wbr>__________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/<wbr>mailman/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/<wbr>support/documentation/?<wbr>product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/<wbr>syslog-ng-faq</a><br>
<br>
</blockquote></div></div>