Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 12:40:32 -0400
From:      Valeriu Mutu <vmutu@pcbi.upenn.edu>
To:        FreeBSD-questions list <freebsd-questions@freebsd.org>
Subject:   Problem building openssh-portable with KERBEROS, GSSAPI, KERB_GSSAPI.
Message-ID:  <20080730164031.GA6262@snowball.pcbi.upenn.edu>

next in thread | raw e-mail | index | archive | help
Hi all,

I am trying to build 'openssh-portable' from ports (security/openssh-portable/) with the following configuration options:

     PAM=on "Enable pam(3) support"
     TCP_WRAPPERS=on "Enable tcp_wrappers support"
     LIBEDIT=on "Enable readline support to sftp(1)"
     KERBEROS=on "Enable kerberos (autodetection)"
     SUID_SSH=off "Enable suid SSH (Recommended off)"
     GSSAPI=on "Enable GSSAPI support (req: KERBEROS)"
     KERB_GSSAPI=on "Enable Kerberos/GSSAPI patch (req: GSSAPI)"
     OPENSSH_CHROOT=off "Enable CHROOT support"
     OPENSC=off "Enable OpenSC smartcard support"
     OPENSCPINPATCH=off "Enable OpenSC PIN patch"
     HPN=off "Enable HPN-SSH patch"
     LPK=off "Enable LDAP Public Key (LPK) patch"
     OVERWRITE_BASE=off "OpenSSH overwrite base"

and get the following error on 'make':
-----------------------------------------------------------------------
...
if test ! -z ""; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
(cd openbsd-compat && make)
cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/lib  -rpath=/usr/local/lib -L/lib -lssh -lopenbsd-compat -lcrypto -lutil -lz  -lcrypt -lgssapi -lkrb5 -lk5crypto -lcom_err
./libssh.a(gss-genr.o)(.text+0xa8c): In function `ssh_gssapi_import_name':
/usr/ports/security/openssh-portable/work/openssh-5.0p1/gss-genr.c:369: undefined reference to `gss_nt_service_name'
*** Error code 1

Stop in /usr/ports/security/openssh-portable/work/openssh-5.0p1.
*** Error code 1

Stop in /usr/ports/security/openssh-portable.
*** Error code 1

Stop in /usr/ports/security/openssh-portable.

-----------------------------------------------------------------------

I am running a GENERIC kernel on FreeBSD 7.0-RELEASE (i386). 

ps: Searched the internet and found some hints that the problem might be caused by the definition of GSS_C_NT_HOSTBASED_SERVICE . Any ideas as to what is causing this problem and how could this be fixed?

Thanks,
Valeriu 

-- 
Valeriu Mutu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080730164031.GA6262>