[syslog-ng] [Bug 213] Build Failure on AIX with syslog-ng-3.3.6 and gcc 4.2.0

bugzilla at bugzilla.balabit.com bugzilla at bugzilla.balabit.com
Wed Dec 19 21:42:55 CET 2012


https://bugzilla.balabit.com/show_bug.cgi?id=213





--- Comment #1 from Ben Lentz <blentz at cswg.com>  2012-12-19 21:42:55 ---
Note that version 3.2.5 builds fine.
Note that version 3.3.7 has the same problem as 3.3.6, except that 3.3.7 also has a build error in ./lib/cfg-lexer.c

  r = glob(pattern, GLOB_NOMAGIC, _cfg_lexer_glob_err, &globbuf);

to:

  r = glob(pattern, GLOB_NOCHECK, _cfg_lexer_glob_err, &globbuf);


-- 
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the syslog-ng mailing list