Subject: Re: ssh via pkgsrc, Where to define USE_RSAREF????
To: Greg Evans <gevans@sr-alpha.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 04/07/1999 12:01:42
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