[omniORB] syslog() doesn't work
Helmut Swaczinna
Helmut.Swaczinna@wmd.de
Fri, 21 May 1999 20:40:34 +0100
Hi,
the syslog() call does'nt work in my omniORB progs. It prints the message
to stderr instead writing it to the logfile. Seems to me, syslog() can't
connect the syslogd. In other C/C++ progs it works fine as aspected. I found
out, that syslog() doesn't work, if the libtcpwrapGK is linked to the prog. If
I link the libomniGK_stub, it works. Do I have to configure something
special to use syslog() together with libtcpwrapGK?
I'm using omniORB 2.7.0 on Linux 2.0.36 with egcs 1.1.1.
Helmut