2008/2/25, Michael Biebl <[EMAIL PROTECTED]>:
> Hi
>
>  2008/2/25, Florian Riedl <[EMAIL PROTECTED]>:
>
> >  release. Most importantly, the GSSAPI input module has become an
>  >  independent module. Formerly, the rsyslog core needed to be linked with
>  >  GSSAPI libraries, which now no longer is required. Also, there now is an
>
>
> Hm, rsyslogd_LDADD in Makefile.am still has  $(gss_libs).
>  So when you enable the GSSAPI support, rsyslogd will be linked against
>  the GSSAPI libraries. Has it been forgotten to remove $(gss_libs)
>  while modularizing gssapi?

Some more comments:
plugins/imtcp/Makefile.am
builds imgssapi uncoditionally. Shouldn't imgssapi not be surrounded by
if ENABLE_GSSAPI
imgssapi_*
...
endif

Also, rsyslogd_SOURCES still contains gss_misc.* and syslogd.c and
net.c also have #ifdef USE_GSSAPI code. So it's not yet really
possible to build the GSSAPI support in a separate module without
linking the rsyslogd core against the GSSAPI libs.
The changelog is thus a bit misleading.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog

Reply via email to