[syslog-ng]Installing syslog-ng in AIX 4.3.3
Balazs Scheidler
bazsi@balabit.hu
Tue, 23 Jul 2002 14:56:32 +0200
On Tue, Jul 23, 2002 at 01:49:22PM +0100, Deepu George wrote:
> Hi
>
> Thanks for all the help. It's working. It's logging to
> the central syslog-ng server. I have not gone into the
> filter and other details.
>
> Its uses "unix-dgram". Next I need to try it on HP-UX.
> Is there any such problems you know of in HP-UX.
GNU flex and GNU bison might be needed there as well. Wrt the way HP-UX
works, here's a quote from my just updated INSTALL file (post 1.5.19):
HP-UX (HP-UX 11.0)
------------------
HP-UX uses a named pipe called /dev/log for log transport, and you
can use this with the pipe() driver with an additional option. HP-UX pads
all incoming messages to 2048 bytes by default, so you need to specify
this:
source stdlog { pipe("/dev/log" pad_size(2048)); };
--
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1