Hi, I've released a new development version to the usual location. It fixes some macro expansion bugs, and some parts have been merged from 1.2.1. It contains support the DEFAULT log statement, which is used on every message, which matches no filters. Here's how you can use it: log { source(src); filter(DEFAULT); destination(dst); }; Only one default statement can be in a configuration. So, download, compile, test and have fun: http://www.balabit.hu/products/syslog-ng -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
Hi, I am trying to run make in libol-0.2.6 and get the following: Making all in utils Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c format.c rm -f .libs/format.lo cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c -KPIC -DPIC format.c -o format.o cc: illegal option -Wall *** Error code 1 make: Fatal error: Command failed for target `format.lo' Current working directory /syslogng/libol/libol-0.2.6/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Do you know what could be wrong? Thank you, -- Christi Lipscomb * acl4p@virginia.edu * (804) 924-7163
Hi, I am trying to run make in libol-0.2.6 and get the following:
Making all in utils Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c format.c rm -f .libs/format.lo cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c -KPIC -DPIC format.c -o format.o cc: illegal option -Wall *** Error code 1 make: Fatal error: Command failed for target `format.lo' Current working directory /syslogng/libol/libol-0.2.6/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive'
your C compiler doesn't support the -Wall switch. You could remove it from the Makefiles. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
Hi, I am trying to run make in libol-0.2.6 and get the following:
Making all in utils Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c format.c rm -f .libs/format.lo cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c -KPIC -DPIC format.c -o format.o cc: illegal option -Wall *** Error code 1 make: Fatal error: Command failed for target `format.lo' Current working directory /syslogng/libol/libol-0.2.6/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive'
your C compiler doesn't support the -Wall switch. You could remove it from the Makefiles.
I am using SC4.2 on Solaris 2.6. I've removed the -Wall option and now I get a bunch of errors in io.c. Have you seen these problems? What do you recommend I do? Thank you, -- Christi Lipscomb * acl4p@virginia.edu * (804) 924-7163
Making all in utils Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c format.c rm -f .libs/format.lo cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c -KPIC -DPIC format.c -o format.o cc: illegal option -Wall *** Error code 1 make: Fatal error: Command failed for target `format.lo' Current working directory /syslogng/libol/libol-0.2.6/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive'
your C compiler doesn't support the -Wall switch. You could remove it from the Makefiles.
I am using SC4.2 on Solaris 2.6. I've removed the -Wall option and now I get a bunch of errors in io.c. Have you seen these problems? What do you recommend I do?
syslog-ng may use some GCC specific features. I suggest you to download gcc from www.sunfreeware.com -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (2)
-
Balazs Scheidler
-
Christi Lipscomb