Displaying 1 result from an estimated 1 matches for "409999".
Did you mean:
409599
2004 Feb 17
1
SNAP-20040216 configure mangles krb5-config output
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