[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Sep 9 22:36:32 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=635
------- Additional Comments From mmokrejs at natur.cuni.cz 2003-09-09 22:36 -------
The heimdal developers suggest using krb5-config instead of magic. The fallback
to magic in configure might be necessary as the script is not always installed.
They say krb5-config exists also in MIT kerberos5 version.
mokrejs at vrapenec$ krb5-config --libs gssapi
-L/usr/lib -lgssapi -lkrb5 -lasn1 -L/usr/athena/lib -ldes -lroken -lcrypt
mokrejs at vrapenec$ ls -la /usr/athena/lib/libdes*
-rw-r--r-- 1 root root 90978 Aug 26 02:58 /usr/athena/lib/libdes.a
-rwxr-xr-x 1 root root 697 Aug 26 02:58 /usr/athena/lib/libdes.la
mokrejs at vrapenec$ mokrejs at vrapenec$ krb5-config --cflags
-I/usr/include -I/usr/athena/include
mokrejs at vrapenec$
The --cflags gives you the path used when for example kerberos4 support has been
compile dinto kerberos5. Therefore, you always have to append include path to
find whee kerberos5 is installed(for example /usr/heimdal/include).
I believe you can ask heimdal developers for more info. ;)
From: Love <lha at stacken.kth.se>
Cc: heimdal-discuss at sics.se
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list