From owner-freebsd-ports@FreeBSD.ORG Wed Jun 13 17:49:32 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A87216A479 for ; Wed, 13 Jun 2007 17:49:32 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 58E3613C48A for ; Wed, 13 Jun 2007 17:49:32 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so67634anc for ; Wed, 13 Jun 2007 10:49:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GgVOWy78CPDpeuCJYtg7M4w+kFdNFwyVXoK/zkVaCatpRxuUDVpfMwFW4rLdg355n87hT99ZamjbAR5UHAaI/T5LmIw8AK6RNh8/x8mvHnDeXITwdN63IOLLdaD9Txtn/GFzuB4eh2D5/YglYt6+3nSLpEtMenKbWOkWl1BykNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NinpBVJJisZrQVH6ofMziieVQcMRtfU3fEoxTp51WMGNY8ltrtUgWdoQBnWxP2jAKV4yOR4cRS4qEHy7rwYG7vSmoRRDK6zdy4844ofNFVMcgP/giVuEMTX3O/6wfrZoDntqgGm66RuknvNmsG3iPCakSJKZrlycVam+Vj0jv7g= Received: by 10.100.253.12 with SMTP id a12mr525264ani.1181756971721; Wed, 13 Jun 2007 10:49:31 -0700 (PDT) Received: by 10.100.141.14 with HTTP; Wed, 13 Jun 2007 10:49:31 -0700 (PDT) Message-ID: <790a9fff0706131049ub81b224r8508fd0c5e7faba6@mail.gmail.com> Date: Wed, 13 Jun 2007 12:49:31 -0500 From: "Scot Hetzel" To: "David Southwell" In-Reply-To: <200706131010.50425.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706130701.38988.david@vizion2000.net> <790a9fff0706130724u1eb76184k2289f9c4ff1197fa@mail.gmail.com> <200706131010.50425.david@vizion2000.net> Cc: ports@freebsd.org Subject: Re: subversion -- compile file - requires lgssapi_krb5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 17:49:32 -0000 On 6/13/07, David Southwell wrote: > here is what I have: > > [root@dns1 /usr/bin]# ls -l /usr/lib/libgss* > -r--r--r-- 1 root wheel 141960 Feb 27 10:24 /usr/lib/libgssapi.a > lrwxr-xr-x 1 root wheel 14 Mar 23 07:59 /usr/lib/libgssapi.so -> > libgssapi.so.8 > -r--r--r-- 1 root wheel 63056 Mar 23 07:59 /usr/lib/libgssapi.so.8 > -r--r--r-- 1 root wheel 146556 Feb 27 10:24 /usr/lib/libgssapi_p.a > > I have a hazy recolection that, at some time, there was a conflict between > kerberos and something else. > Heimdal and MIT Kerberos 5? On -CURRENT, src/kerberos5/lib/libgssapi/Makefile builds libgssapi_krb5*, but on RELENG_6 it only builds libgssapi.*. Have a look at the configure script and try to determine why it is choosing the wrong version of Kerberos 5 for your system. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.