Syntax error on threading(yes)
syslog-ng 3.3 snapshots as recent as 9 January yield: -- Error parsing config, syntax error, unexpected LL_IDENTIFIER, expecting '}' in /etc/syslog-ng/options.conf at line 6, column 2: included from /etc/syslog-ng/syslog-ng.conf line 5, column 23 threading(yes); ^^^^^^^^^ -- even with an options statement as simple as: options { threading(yes); }; syslog-ng is linked against libpthread and libgthread, so that much seems to be in order. Is there something else I'm missing? john -- John Morrissey _o /\ ---- __o jwm@horde.net _-< \_ / \ ---- < \, www.horde.net/ __(_)/_(_)________/ \_______(_) /_(_)__
John Morrissey <jwm@horde.net> writes:
syslog-ng 3.3 snapshots as recent as 9 January yield:
-- Error parsing config, syntax error, unexpected LL_IDENTIFIER, expecting '}' in /etc/syslog-ng/options.conf at line 6, column 2: included from /etc/syslog-ng/syslog-ng.conf line 5, column 23
threading(yes); ^^^^^^^^^ --
even with an options statement as simple as:
options { threading(yes); };
syslog-ng is linked against libpthread and libgthread, so that much seems to be in order. Is there something else I'm missing?
IIRC it's threaded(yes), not threading(yes). -- |8]
On Wed, Jan 18, 2012 at 05:55:11PM +0100, Gergely Nagy wrote:
John Morrissey <jwm@horde.net> writes:
syslog-ng 3.3 snapshots as recent as 9 January yield:
-- Error parsing config, syntax error, unexpected LL_IDENTIFIER, expecting '}' in /etc/syslog-ng/options.conf at line 6, column 2: included from /etc/syslog-ng/syslog-ng.conf line 5, column 23
threading(yes); ^^^^^^^^^ --
IIRC it's threaded(yes), not threading(yes).
ach, indeed it is. Thank you. john -- John Morrissey _o /\ ---- __o jwm@horde.net _-< \_ / \ ---- < \, www.horde.net/ __(_)/_(_)________/ \_______(_) /_(_)__
participants (2)
-
Gergely Nagy
-
John Morrissey