Re: OpenSSH/kerberos compile problem.
From: Simon Wilkinson (simon_at_sxw.org.uk)
Date: 07/10/05
- Previous message: yyyyy50_at_hotpop.com: "ssh password *and* key"
- Maybe in reply to: Mark Hannessen: "OpenSSH/kerberos compile problem."
- Next in thread: Tay, Gary: "RE: OpenSSH/kerberos compile problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 10 Jul 2005 15:31:00 +0100 To: secureshell@securityfocus.com
> -lcrypt -lgssapi -lkrb5 -lk5crypto -lcom_err
> gss-serv.o: In function `ssh_gssapi_getclient':
> /tmp/openssh-4.0p1/gss-serv.c:218: undefined reference to `gss_export_name'
> gss-serv-krb5.o: In function `ssh_gssapi_krb5_storecreds':
> /tmp/openssh-4.0p1/gss-serv-krb5.c:183: undefined reference to
> `gss_krb5_copy_ccache'
>
> anyone any idea what might cause this problem?
> I already tries reinstalling the kerberos library's and updating them to the
> latest version. but it didn't seem to help.
For some reason the OpenSSH configure script is finding a 'gssapi'
library on your system. The GSSAPI that comes with MIT Kerberos has a
library name of 'gssapi_krb5'. I suspect you've got the remnants of an
old Kerberos installation lurking somewhere.
Cheers,
Simon.
- Previous message: yyyyy50_at_hotpop.com: "ssh password *and* key"
- Maybe in reply to: Mark Hannessen: "OpenSSH/kerberos compile problem."
- Next in thread: Tay, Gary: "RE: OpenSSH/kerberos compile problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|