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.
On Fri, Feb 25, 2000 at 05:04:24PM -0500, Simon Yang wrote:
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?
I too have had problems with the configure script recognizing the sun-stream/door support. You can force it by using --enable-sun-streams (for streams support) and --enable-sun-door (for IPC door support) ---------------------------------------------------------------------------- __o Bradley Arlt Email: arlt@cpsc.ucalgary.ca o__ _ \<_ WWW: www.acs.ucalgary.ca/~bdarlt _>/ _ (_)/(_) -Eat well, sleep peacefully, drink lots, and ride like hell. (_)\(_)
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?
could you send me your configure output? -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (3)
-
Balazs Scheidler
-
Brad Arlt
-
Simon Yang