Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jan 1999 09:17:01 +0000
From:      Karl Pielorz <kpielorz@tdx.co.uk>
To:        Paul <paul@ever.com.hk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SSL
Message-ID:  <3695CD0D.96D7247A@tdx.co.uk>
References:  <3695B60C.6D7AED9A@ever.com.hk>

next in thread | previous in thread | raw e-mail | index | archive | help


Paul wrote:
> 
> How to set it? I want to install Apache 1.3 + SSL, but it display:
> 
> You must set variable USA_RESIDENT to YES if you are USA
> resident and are using RSAREF otherwise package will not link
> correctly.
> thanks!!

If your in the US do:

setenv USA_RESIDENT YES

if not, do:

setenv USA_RESIDENT NO

Before running the 'make' command... (The above changes slightly depending on
what shell your using)... Alternatively, edit '/etc/make.conf' and find the
line that says "USA_RESIDENT" and set accordingly...

-Kp

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3695CD0D.96D7247A>