Subject: Re: CVS -> can't find libkrb.so.2.0
To: Sandro Magi <naasking@hotmail.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-mac68k
Date: 12/27/1999 11:28:50
On Mon, 27 Dec 1999, Sandro Magi wrote:

> >No, it looks like cvs was built with domestic (US) security.  You'd need
> >to install the security.tgz tarball (if you're in the US/Canada, etc,
> >etc), or rebuld cvs from source.
> >
> >-bob
> 
> Does cvs require ssh to run? If so, how do I get it?

Depends. cvs doesn't require ssh, but a number of cvs sites might require
ssh to let you in.

the CVS_RSH environment varialbe tells cvs what program to run for "rsh".
Typically I use:

setenv CVS_RSH ssh

But it's not needed by cvs itself..

You can get the source for packages (the patches, etc) by grabing pkgsrc.
It is on ftp.netbsd.org in the /pub/NetBSD area. From it, you can
re-compile cvs so it won't need the security set, and you can also compile
ssh.

Take care,

Bill