I would appreciate if you could apply the patch from https://github.com/rsyslog/rsyslog/pull/4701
and let me know the outcome. Thx, Rainer El mar, 28 sept 2021 a las 17:53, Andrea Monaco (<[email protected]>) escribió: > > > > Can you let me know where the build fails? > > Sure, here's the relevant part of my make output. > > > Thanks, > Andrea > > > > Making all in runtime > make[2]: Entering directory '/root/rsyslog-8.2108.0/runtime' > CC librsyslog_la-modules.lo > In file included from syslogd-types.h:29, > from obj-types.h:31, > from debug.h:27, > from rsyslog.h:739, > from modules.c:56: > modules.c: In function 'Load': > modules.c:53:19: error: 'PATH_MAX' undeclared (first use in this function) > 53 | # define PATH_MAX MAXPATHLEN > | ^~~~~~~~~~ > modules.c:1105:16: note: in expansion of macro 'PATH_MAX' > 1105 | uchar pathBuf[PATH_MAX+1]; > | ^~~~~~~~ > modules.c:53:19: note: each undeclared identifier is reported only once for > each function it appears in > 53 | # define PATH_MAX MAXPATHLEN > | ^~~~~~~~~~ > modules.c:1105:16: note: in expansion of macro 'PATH_MAX' > 1105 | uchar pathBuf[PATH_MAX+1]; > | ^~~~~~~~ > modules.c:1105:8: warning: unused variable 'pathBuf' [-Wunused-variable] > 1105 | uchar pathBuf[PATH_MAX+1]; > | ^~~~~~~ > > _______________________________________________ rsyslog mailing list https://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

