[rsyslog] gss-api support for rsyslog

Michael Biebl mbiebl at gmail.com
Sat Dec 1 00:14:35 CET 2007


2007/11/14, theinric at redhat.com <theinric at redhat.com>:
> Hi,
>
> here is a patch that enables rsyslog to use gss-api for authentication
> and encryption.

Hi,

ist seems not all of the patch has made it into CVS. The part in
Makefile.am is missing, so the compilation fails. Please apply the
(inlined) patch ;-)

Index: Makefile.am
===================================================================
RCS file: /cvsroot/rsyslog/rsyslog/Makefile.am,v
retrieving revision 1.36
diff -u -3 -p -r1.36 Makefile.am
--- Makefile.am 30 Nov 2007 13:43:12 -0000      1.36
+++ Makefile.am 30 Nov 2007 23:10:27 -0000
@@ -63,7 +63,7 @@ rsyslogd_SOURCES = \
        gss-misc.h

 rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" $(pthreads_cflags)
-rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) -ldl
+rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(gss_libs) -ldl
 rsyslogd_LDFLAGS = -export-dynamic

 man_MANS = rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5



Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?


More information about the rsyslog mailing list