Closed andersk-auto closed 10 years ago
Imported from trac issue 58. Created by kaduk@ATHENA.MIT.EDU on 2009-12-15T23:45:41, last modified: 2011-02-21T15:47:07
Trac comment by kcr@ATHENA.MIT.EDU on 2009-12-16 19:22:10:
sin_len, I'll bet.
Trac comment by kcr@ATHENA.MIT.EDU on 2011-02-21 13:57:19:
This is at least made less toxic by [2563].
Trac comment by kcr@ATHENA.MIT.EDU on 2011-02-21 15:47:07:
Fixed in [2637]
The default zwgc windowgram format displays several fields, including "From: $zsig <$krb4name> on $host"
On my FreeBSD system, the code that should display the hostname of the sender appears to be pulling from the body of the zephyrgram. For example, if I send myself a zephyr thusly: {{{ [kaduk@hysteresis /usr/home/kaduk]$ zwrite kaduk Type your message now. End with control-D or a dot on a line by itself. This is a multi-line message. Here is line 1 a second line the line troxieme Message queued for kaduk... sent }}}
I receive a windowgram of the following form: {{{ Authentic Personal message at 23:#1:57 on Tues Dec 15 2009 From: Benjamin Kaduk on ulti-line message.
Here is line 1
a second line
the line troxieme
This is a multi-line message. Here is line 1 a second line the line troxieme }}}
My zwgc is linking with: {{{ LIBS=${LIBZEPHYR} -L/usr/lib -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt -lcom_err -lX11 \ -lcurses
}}}
In particular, I appear to not have a libares available, as configure fails to find it: {{{ configure:25336: checking for ares_getnameinfo in -lcares configure:25371: cc -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/incl ude -g -I/usr/include -L/usr/local/lib conftest.c -lcares -L/usr/lib -lkrb5 - lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt >&5 /usr/bin/ld: cannot find -lcares }}}