Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 1995 17:03:30 -0700
From:      kelly@fsl.noaa.gov (Sean Kelly)
To:        mnealey@metronet.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PGP compile...
Message-ID:  <9511300003.AA24913@emu.fsl.noaa.gov>
In-Reply-To: <199511291845.AA17078@metronet.com> (message from Mike Nealey on Wed, 29 Nov 1995 12:45:30 -0600)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Mike" == Mike Nealey <mnealey@metronet.com> writes:

    Mike> Hello everyone, I am trying to get PGP to compile on my
    Mike> FreeBSD 2.0.5 machine. Is there a port/package for this or
    Mike> is there a change I need to run while compiling?

Nope.  Probably because PGP has such severe export restrictions, and
'cause you have to jump through some strange hoops just to get the
software, there'll never be a port/package for it.

    Mike> As you might have guessed by now, I can't get it to compile
    Mike> on my machine as I received it.

What problems are you having?  It worked out of the box for me when I
did the following (with pgp262):

   cd rsaref/install/unix
   make
   cd ../../../src
   make netbsd
   install -c -o bin -g bin -m 555 pgp /usr/local/bin
   mkdir -m 555 -p /usr/local/lib/pgp
   install -c -o bin -g bin -m 444 ../doc/pgpdoc{1,2}.txt /usr/local/lib/pgp

-- 
Sean Kelly
NOAA Forecast Systems Laboratory, Boulder Colorado USA

I think a good way to get into a movie is to show up where they're
making the movie, then stick a big cactus plant onto you buttocks and
start yowling and running around. Everyone would think it was funny,
and the head movie guy would say, "Hey, let's put him in the movie."
-- Jack Handey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9511300003.AA24913>