On Thu, Nov 8, 2012 at 2:30 PM, C. L. Martinez <carlopmart@gmail.com> wrote:
On Thu, Nov 8, 2012 at 2:18 PM, Gergely Nagy <algernon@balabit.hu> wrote:
"C. L. Martinez" <carlopmart@gmail.com> writes:
Hi all,
I am trying to build syslog-ng 3.3.7 in a FreeBSD 8.3 i386 host, but make returns me these errors: [...] root@fbsd02:/tmp/u/syslog-ng-3.3.7# make make all-recursive Making all in lib "Makefile", line 1101: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1
Stop in /tmp/u/syslog-ng-3.3.7. *** Error code 1
Stop in /tmp/u/syslog-ng-3.3.7
You need GNU make (gmake) to build syslog-ng. syslog-ng 3.3.6 is also in sysutils/syslog-ng, replacing the version in the Makefile there and dropping the distfile should make it even easier to compile syslog-ng on FreeBSD. :)
--
Thanks Gergely but using syslog-ng from packages, returns me this error:
Starting syslog_ng. Error opening file for reading; filename='/dev/klog', error='Device busy (16)' Error initializing source driver; source='s_local', id='s_local#2' Error initializing message pipeline; /etc/rc.d/my_syslog-ng: WARNING: failed to start syslog_ng.
Oops .. Sorry, I have found where is the problem. Thanks for your help.