From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 20:26:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1B1C1065698 for ; Thu, 31 Jul 2008 20:26:44 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id A31538FC18 for ; Thu, 31 Jul 2008 20:26:44 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id F0F9F28469; Thu, 31 Jul 2008 16:26:43 -0400 (EDT) To: Valeriu Mutu References: <20080730164031.GA6262@snowball.pcbi.upenn.edu> From: Lowell Gilbert Date: Thu, 31 Jul 2008 16:26:43 -0400 In-Reply-To: <20080730164031.GA6262@snowball.pcbi.upenn.edu> (Valeriu Mutu's message of "Wed\, 30 Jul 2008 12\:40\:32 -0400") Message-ID: <4463qlztoc.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD-questions list Subject: Re: Problem building openssh-portable with KERBEROS, GSSAPI, KERB_GSSAPI. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 20:26:45 -0000 Valeriu Mutu writes: > 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. For what it's worth, I can't reproduce the problem on a 6-week-old version of 7-STABLE, with ports a couple of days old. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/