From owner-freebsd-questions Sun Mar 17 21:30:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29932 for questions-outgoing; Sun, 17 Mar 1996 21:30:35 -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 VAA29925 for ; Sun, 17 Mar 1996 21:30:33 -0800 (PST) Received: from HOOVER.STANFORD.EDU by HOOVER.STANFORD.EDU (PMDF V4.3-10 #13307) id <01I2GK0XUIU800IZH8@HOOVER.STANFORD.EDU>; Sun, 17 Mar 1996 21:32:50 -0800 (PST) Date: Sun, 17 Mar 1996 21:32:50 -0800 (PST) From: Annelise Anderson Subject: Compiling PGP on 2.1 To: freebsd-questions@freebsd.org Message-id: <01I2GK0XV24I00IZH8@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 The PGP port compiles on my 2.1 system (from the cdrom), either using a previously downloaded distribution from MIT or letting it go out and FTP from somewhere. But when I run the program and try to decrypt an encrypted file, I get an error message saying: Error: Nested data has unexpected format. CTB=0x75 The number following CTB varies depending on the file encrypted. I also tried compiling it without the port, which produces complaints about conflicting types for 'lseek' in zipup.c:43 and types.h:84. I temporarily changed types.h by commenting out the lines referring to lseek (and again by changing int to long in two places), and the program then compiles but produces the same error. I am wondering whether anyone has successfully compiled this on 2.1, and if so how. My solution was to compile it on my 2.0.5 system at the office, where, using the port, it produced a properly working binary. This binary differed in only one character from the binary that doesn't work. Annelise