<div dir="ltr">Hi,<br>I've cross-compiled syslog-ng-3.6.4 for ARM successfully, but syslog-ng is failed to run with a couple errors as shown below. I'm using the default syslog-ng.conf file with only a modification of "scl.conf" to "/etc/scl.conf". <br><br># syslog-ng -f /etc/syslog-ng.conf -c /var/run/syslog-ng.ctl<br>syslog-ng: Error changing to directory=/opt/sysroot/var, errcode=2<br>[2017-02-23T00:50:09.266037] Error opening control socket, bind() failed; socket='/var/run/syslog-ng.ctl', error='Stale NFS file handle (116)'<br>Error parsing source, source plugin system not found in /etc/syslog-ng.conf at line 10, column 2:<br><br>        system();<br>        ^^^^^^<br><br>syslog-ng documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>mailing list: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br><br>PS. This is the configuration I use.<br><br>./configure --host=arm-linux-gnueabi --prefix=/opt/sysroot/ --exec-prefix=/ --enable-mongodb=no --enable-json=no --enable-stomp=no --enable-amqp=no --enable-spoof-source=no<br><br></div>