[syslog-ng] syslog-ng-2.0.4 compilation error

Tamer Tayea Tamer.Tayea at paybytouch.com
Tue Jul 17 18:22:31 CEST 2007


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 at lists.balabit.hu
[mailto:syslog-ng-bounces at lists.balabit.hu] On Behalf Of
Valdis.Kletnieks at 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....


More information about the syslog-ng mailing list