From owner-freebsd-questions Mon Mar 11 20:10:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA23121 for questions-outgoing; Mon, 11 Mar 1996 20:10:36 -0800 (PST) Received: from hoover.stanford.edu (hoover.Stanford.EDU [36.33.0.99]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA23111 for ; Mon, 11 Mar 1996 20:10:30 -0800 (PST) Received: from HOOVER.STANFORD.EDU by HOOVER.STANFORD.EDU (PMDF V4.3-10 #13307) id <01I283TSQCPC00IWLS@HOOVER.STANFORD.EDU>; Mon, 11 Mar 1996 20:12:35 -0800 (PST) Date: Mon, 11 Mar 1996 20:12:35 -0800 (PST) From: Annelise Anderson Subject: Compiling PGP To: freebsd-questions@freebsd.org Message-id: <01I283TSRFAA00IWLS@HOOVER.STANFORD.EDU> X-VMS-To: IN%"freebsd-questions@freebsd.org" X-VMS-Cc: ANDRSN MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having trouble compiling pgp on FreeBSD 2.1 so that it will run properly--when I try to decrypt a file encrypted with a test key I get: Error: Nunexpected format. CTB=0x75 I found a message from Sean Kelly by searching the FreeBSD web site that provides straightforward instructions consistent with those that come with the program, which I got from MIT. However when compiling pgp (using make netbsd) there's a message about a previous declaration of lseek--conflicting types in zipup.c (a pgp file) and /usr/include/sys/types.h. When the lines in types.h referring to lseek are commented out, the program compiles, as it does if "int" in these lines is changed to "long" (the binaries created in these two cases are identical). Perhaps there's something else that needs to be done to the makefile or the platform.h file before this will compile correctly? Any help would certainly be appreciated! Annelise