25 Feb
2000
25 Feb
'00
10:04 p.m.
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.