[syslog-ng] sun-stream problem with syslog-ng on Solaris

Simon Yang simony@solect.com
Fri, 25 Feb 2000 17:04:24 -0500


Hi folks,

I compiled syslog-ng 1.4.0rc2 on Solaris 2.6. When I tried to start
syslog-ng, I got the following error:
# ./syslog-ng
sun-streams support not compiled in (STREAM=/dev/log)
Error initializing configuration, exiting.
Terminated

Did I miss some config parameter when I compiled syslog-ng?

Attached is the content of the syslog-ng.conf:

source local { sun-streams("/dev/log" door("/etc/.syslog_door"));
internal(); };

destination all { file("/var/log/messages"); };

log { source(local); destination(all); };

Any help will be greatly appreciated.