// COMPLETE THREAD

PGP for Linux 1.2.8

5 expanded posts ยท every known parent and child

NODE 9b5189a4PGP for Linux 1.2.8
Can anyone tell me where a version of PGP 2.62 can be found for Linux?
I got one off of ftp.berkeley.edu (pgp262s.zip) and it (or I can not
get it) to compile on my system..


Thanks...
NODE 18b85c34Re: PGP for Linux 1.2.8
Hi.  PGP 2.6.2 compiles out-of-the-box on Linux.  In fact, Linux is my
personal development platform at home, so I make sure that it works.
Just "make" in rsaref/install/unix, and then "make linux" in src.

If you are in the US or Canada, you can get PGP 2.6.2 from MIT.  Here
are the instructions:

The file ftp://net-dist.mit.edu/pub/PGP/README contains instructions
on how to download PGP 2.6.2.  Included therein are Binaries for DOS
and Mac, and the sources for DOS, Unix and Mac.  To read these files
you should log in with username anonymous and use your email address
as the password.

Alternatively, you can use the WWW interface to get to these packages.
Just connect to the PGP-form web page and follow the instructions:
	http://bs.mit.edu:8001/pgp-form.html

-derek
NODE ac36473fRe: PGP for Linux 1.2.8
On Mon, 18 Sep 1995, Derek Atkins wrote:

> Hi.  PGP 2.6.2 compiles out-of-the-box on Linux.  In fact, Linux is my
> personal development platform at home, so I make sure that it works.
> Just "make" in rsaref/install/unix, and then "make linux" in src.

Heh.  It's not QUITE so simple.  :)

If you're running an ELF system, you have to pretend it's a sys v system 
(or, alternatively, remove all the leading underscores in the .globl 
names in the assembly language (*.S) files.

Also, you should upgrade to the latest 1.2.x version of linux, as there 
was a fairly large memory leak until 1.2.11 or 1.2.12 or so...

OBCrypto: UNIX confuses me :)
Jon
------------------------------------------------------------------------------
Jon Lasser                <jlasser@rwd.goucher.edu>            (410)494-3072 
          Visit my home page at http://www.goucher.edu/~jlasser/
  You have a friend at the NSA: Big Brother is watching. Finger for PGP key.
NODE 7fcb0bb9Re: PGP for Linux 1.2.8
PGP message
NODE 2972c1c0Re: PGP for Linux 1.2.8
On Mon, 18 Sep 1995, Bret A. Johnson wrote:

> Can anyone tell me where a version of PGP 2.62 can be found for Linux?
> I got one off of ftp.berkeley.edu (pgp262s.zip) and it (or I can not
> get it) to compile on my system..

It compiled on mine just fine. Be sure you have an up to date
bintools and gcc.

1. Make sure you are using 2.5.2/2.6.3. Thats how I compiled mine.
2. Unzip the source in /usr/src/pgp (or whereever)
3. cd /usr/src/pgp/rsaref/install/unix
4. make
5. cd /usr/src/pgp/src
6. make linux

And you should have a pgp binary.

7. cp /usr/src/pgp/src/pgp /usr/local/bin/pgp

Though they might differ, the MD5 hash of my Linux version is 
f7dd657c0c5ed8a5cb7c5dfcf5af6c5b.

Good luck!

+---- Yih-Chun Hu (finger:yihchun@cs.washington.edu) ----------------------+
| http://www.cs.washington.edu/homes/yihchun     yihchun@cs.washington.edu |
| http://weber.u.washington.edu/~yihchun         yihchun@u.washington.edu  |
+---- PGP Key Fingerprints (Keys by FINGER or on WWW) ---------------------+
| 1024/E50EC641        B2 A0 DE 9E 36 C0 EB A6  F9 3E D2 DD 2F 27 74 79    |
| 2047/DF0403F9        18 EB 62 C8 7F 06 04 67  42 76 24 E2 99 D1 07 DC    |
+---- Random Thought ------------------------------------------------------+
|I conducted an experiment to test Murphy's Law, but everything went wrong.|
+--------------------------------------------------------------------------+