info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:25:50 -0400

>From address@hidden  Wed Feb 14 06:35:35 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
GAA15451
        for <address@hidden>; Wed, 14 Feb 2001 06:35:30 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14Sn1U-0006uC-00; Tue, 13 Feb 2001 16:30:08 -0500
Received: from npathmsx1.navipath.net ([64.20.73.93])
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14SmzC-0006qF-00
        for <address@hidden>; Tue, 13 Feb 2001 16:27:46 -0500
Received: by NPATHMSX1 with Internet Mail Service (5.5.2650.21)
        id <YJ3PJ10F>; Tue, 13 Feb 2001 16:26:00 -0500
Message-ID: <address@hidden>
From: "Furmaniuk, Michael" <address@hidden>
To: "'address@hidden'" <address@hidden>
Subject: RE: Kerberos support
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Internet Mail Service (5.5.2650.21)
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Tue, 13 Feb 2001 16:25:52 -0500
Status: O
Content-Length: 2145
Lines: 67


  Hello,

  As I am building cvs1.11 with Kerberos V5, and have had problems with the
Kerberos build due to the server not having everything installed originally,
are the following libraries that CVS is looking for also installed by
Kerberos?

-L/usr/local/include/gssapi/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken  -o cvs

ld: fatal: library -lasn1: not found
ld: fatal: library -lroken: not found
ld: fatal: File processing errors. No output written to cvs
collect2: ld returned 1 exit status

  I finally was able to get the libgssapi.a file installed, but I haven't
found copies of the other two if they are created by Kerberos.

  I'm building the server/client version and this is my configure line:

./configure --cache-file=/home/mfurmani/cvs.build --prefix=/usr/local/bin
--enable-client --enable-encryption --enable-server --includedir=/usr/local
--libdir=/usr/local --with-gssapi=/usr/local/include/gssapi --without-krb4

  Thanks for any help!

  Michael

-----Original Message-----
From: Brett Neumeier [mailto:address@hidden
Sent: Tuesday, February 13, 2001 10:23 AM
To: 'address@hidden'
Subject: Re: Kerberos support


Tracy Brown wrote:
> I'm looking into building CVS with Kerberos support. Docs say that I need
V4
> - has anyone tried compiling CVS 1.11 with the V5 codebase of Kerberos?
All
> commentary appreciated. Secondly, I'm running 1.11 and I'm curious to the
> stability of the development snapshot...

Tracy,

The Kerberos connection method in CVS is specifically for Kerberos 4.  
Kerberos 5 is supported by the GSSAPI connection method instead.

All you need to do is ensure that Kerberos 5 is installed, and configure 
CVS compilation with "--with-gssapi".  (Well, you also need to add a 
"cvs/<server hostname>" principal and so on...)

For more information you can consult the Cederqvist, section 2.9.4.

Cheers,

Brett Neumeier

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]