Re: socklog-1.3.0 available
"Uffe Jakobsen" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <01a101c3d9e9$ece9ab90$1f12fea9@pcb0087> |
Hi Gerrit,
We've seen the instructions for Solaris on
http://smarden.org/socklog/readme.solaris.html
By inserting the statements below into socklog.c and socklog-conf.c then
socklog will be able to compile out on the box on Solaris (that is build
socklog without door-support):
#if defined(__sun__) && defined(__sparc__) && defined(__unix__) &&
defined(__svr4__)
#define SOLARIS
#endif
Ofcourse you also need to apply the usual Solaris linking trick ("-lxnet" or
"-lsocket -lnsl") but you already have the decection for that in ipsvd-0.7.1
:-)
Kind regards Uffe Jakobsen