In the latest snapshot's configure file, there is a K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^- ]*//g'`" which doesn't work well on my system: $ krb5-config --libs gssapi -L/opt/heimdal-0.6/lib -lgssapi -lkrb5 -lasn1 -L/opt/lib -lcrypto -lroken Please consider changing it to K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^ ]*//g'`" if that won't break anything else. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20040217/e9d0a778/attachment.bin
Sergio Gelato wrote:> In the latest snapshot's configure file, there is a > K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^- ]*//g'`" > which doesn't work well on my system: > > $ krb5-config --libs gssapi > -L/opt/heimdal-0.6/lib -lgssapi -lkrb5 -lasn1 -L/opt/lib -lcrypto -lroken > > Please consider changing it to > K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^ ]*//g'`" > if that won't break anything else.That looks fine. I've changed it (I used 's/-L[^ ]* //g', which also works with the example you gave but doesn't leave a leading space). Thanks for that. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Maybe Matching Threads
- [Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
- [Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
- Building problem on FreeBSD with GSSAPI
- [PATCH server] update host-browser to use ipa commands rather than kadmin
- [Bug 1276] Link stage fails when gssapi exists