<p dir="ltr">There was an issue that on newer systemd based platforms the systemd-journal () plugin doesn&#39;t load. You should see this on stderrr during startup. It is a pretty recent issue maybe #914?</p>
<p dir="ltr">Do you have systemd? Do you have a separate libsystemd-journal.so or just a monolithic libsystemd.so?</p>
<p dir="ltr">The problem is with supporting the latter one.</p>
<div class="gmail_quote">On Feb 25, 2016 2:54 PM, &quot;Girish Kumar&quot; &lt;<a href="mailto:girish.kumar@al-enterprise.com">girish.kumar@al-enterprise.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gyu,<br>
<br>
My contents is default syslog-ng.conf which is generated after make install<br>
<br>
@version: 3.7<br>
@include &quot;scl.conf&quot;<br>
<br>
source s_local {<br>
    #system();<br>
    internal();<br>
};<br>
<br>
source s_network {<br>
    udp();<br>
};<br>
<br>
destination d_local {<br>
    file(&quot;/var/log/messages&quot;);<br>
};<br>
<br>
log {<br>
    source(s_local);<br>
<br>
    # uncomment this line to open port 514 to receive messages<br>
    #source(s_network);<br>
    destination(d_local);<br>
};<br>
<br>
And contents of scl.conf<br>
--------------------------<br>
@define scl-root &quot;`syslog-ng-data`/include/scl&quot;<br>
@define include-path &quot;`include-path`:`syslog-ng-data`/include&quot;<br>
<br>
@include &#39;scl/*/*.conf&#39;<br>
<br>
<br>
Regards,<br>
Girish<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a> [mailto:<a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a>] On Behalf Of PÁSZTOR György<br>
Sent: Thursday, February 25, 2016 5:46 PM<br>
To: Syslog-ng users&#39; and developers&#39; mailing list<br>
Subject: Re: [syslog-ng] Error while spawning the syslog-ng : &quot;source plugin system not found &quot;<br>
<br>
Hi,<br>
<br>
&quot;Girish Kumar&quot; &lt;<a href="mailto:girish.kumar@al-enterprise.com">girish.kumar@al-enterprise.com</a>&gt; írta 2016-02-25 12:03-kor:<br>
&gt; Could anybody  please update on the following.<br>
&gt; Regards,<br>
&gt; Girish<br>
&gt;<br>
&gt; From: <a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a> [mailto:<a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a>] On Behalf Of Girish Kumar<br>
&gt; Sent: Thursday, February 25, 2016 1:30 PM<br>
&gt; To: Syslog-ng users&#39; and developers&#39; mailing list<br>
&gt; Subject: [syslog-ng] Error while spawning the syslog-ng : &quot;source plugin system not found &quot;<br>
&gt;<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I was successful  in  compilation  and installing syslog-ng<br>
&gt;<br>
&gt; While  spawning   syslog-ng,  I am getting  source plugin system not found.<br>
&gt;<br>
&gt; Following is the error. Please help me on this<br>
&gt;<br>
&gt; TOR #-&gt; /sbin/syslog-ng<br>
&gt; Error parsing source, source plugin system not found in //etc/syslog-ng.conf at line 10, column 2:<br>
&gt;<br>
&gt;         system();<br>
&gt;         ^^^^^^<br>
<br>
What is the exact content of your syslog-ng.conf file?<br>
Did not you forget to include the scl?<br>
<br>
Cheers,<br>
Gyu<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/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/support/documentation/?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/syslog-ng-faq</a><br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/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/support/documentation/?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/syslog-ng-faq</a><br>
<br>
</blockquote></div>