Subject: Re: ssh via pkgsrc, Where to define USE_RSAREF????
To: None <fb@enteract.com>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 04/07/1999 10:42:37
Frederick Bruckman wrote:
> On Wed, 7 Apr 1999, Greg Evans wrote:
> 
> > When I try to install it, it tells me I need to set the variable 
> > USE_RSAREF to YES, as I am a US resident that is not a licensee...also, 
> > what is the difference between them, as I see that Users outside the USA 
> > must set it to NO...
> 
> So if you're a USA resident, add the following lines to /etc/mk.conf
> (comments optional):
> 
> USA_RESIDENT=   YES                     # for rsaref!
> USE_RSAREF2=    YES                     # for ssleay
> 
> That's the usual place. It would also work if you set them on the make
> command line: for Bourne Shells
> 
> USA_RESIDENT=YES USE_RSAREF2=YES make install
> 
> or even, for any shell
> 
> make USA_RESIDENT=YES USE_RSAREF2=YES install

in this case, you can also just set it in the Makefile for ssh (which is
where these comments appear ;-)

later.

colin