Q:Does the open source edition of syslog-ng support secure logging .. I mean does it support secure communication between logging hosts and the central log server running syslog-ng.. Thanks -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Valdis.Kletnieks@vt.edu Sent: Tuesday, July 17, 2007 11:59 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] syslog-ng-2.0.4 compilation error On Tue, 17 Jul 2007 17:24:14 +0530, Ganesh Kundapur said:
gcc -g -O2 -Wall -g -o syslog-ng main.o libsyslog-ng.a -lnsl -lrt -Wl,-Bstatic -lfl -L/home/kundapur/GLIB-2.12.9/lib -lglib-2.0 -L/usr/local/lib -levtlog -lwrap -Wl,-Bdynamic
$ cc glib.c `pkg-config --cflags --libs glib-2.0`
This is a good way to shoot yourself in the foot - you're hand-specifying -L and -l flags in the first, but using pkgconfig to get the values in the second. If they ever get out of sync (because you actually installed into /opt/lib or whatever), you'll be banging your head against the wall for quite some time....