Re: Problems building socklog on Solaris with -DWANT_SUN_DOOR
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Feb 12, 2006 at 04:25:49PM -0500, Asif Iqbal wrote: > I am having trouble to compile on Solaris 7. I am using the latest > socklog version 2.0.2. I also followed the instruction on > > ./check-local socklog socklog-check socklog-conf tryto uncat > Checking socklog... > $Id: socklog.c,v 1.18 2004/06/26 09:36:25 pape Exp $ > > usage: socklog [-rRU] [unix|inet|ucspi|sun_stream] [args] > > 1 > listening on socklog.check.socket, starting. > foo > 0 > listening on 127.0.0.1:12614, starting. > 127.0.0.1: foo > 0 > U: foo > U: bar > U: baz > 0 > socklog failed. > make: *** [check] Error 1 The check actually is fine, it just fails for the usage output, which is different on solaris. See $ diff -u compile/socklog.dist compile/socklog.local I'll fix it with an upcoming version. To workaround, simply copy compile/socklog.local to src/socklog.dist, and run package/install again. It should install fine now. Regards, Gerrit.