[48413] in Cypherpunks
Re: pgp on linux
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Jan 29 00:42:49 1996
To: cpunk@remail.ecafe.org (ECafe Anonymous Remailer)
Cc: cypherpunks@toad.com
In-Reply-To: Your message of "Mon, 29 Jan 1996 05:13:00 GMT."
<199601290513.FAA30591@pangaea.hypereality.co.uk>
Date: Mon, 29 Jan 1996 00:41:16 EST
From: Derek Atkins <warlord@MIT.EDU>
Hi.
There is a known problem in the PGP 2.6.2 distribution. In order to
compile it for Linux/ELF, you will need to make a change to the
sources. The quick change is to add "ASMDEF=-DSYSV" to the Linux make
rule in the makefile. However this will not allow it to compile under
Linux/a.out anymore.
The proper fix, which is detailed on the PGP FAQ, Buglist, Fixes, and
Improvements Page is to modify 80386.S and zmatch.S to look for the
symbol __ELF__ in addition to SYSV. This page, by the way, is
available at this URL:
http://www.mit.edu:8001/people/warlord/pgp-faq.html
Enjoy!
-derek