// COMPLETE THREAD

PGP Tools on Linux

3 expanded posts ยท every known parent and child

NODE 78ee440ePGP Tools on Linux
Did anyone ever get PGP Tools working on Linux ? I can compile it, but it 
has a marked tendency to get SEGVs when destroying fifos...

	Mark
NODE 383e05efRe: PGP Tools on Linux
> Did anyone ever get PGP Tools working on Linux ? I can compile it, but it 
> has a marked tendency to get SEGVs when destroying fifos...

Yea, I did a long time ago.  There was a bug in the code that caused
destroying fifos to do this -- it would free the fifo and then try to
set it, or something like that.  You have to reorder a few commands to
fix the problem.

I've not looked at PGPTools in a long time, so I can't give you any
more detailed information.

-derek
NODE b3338bbcRe: PGP Tools on Linux
On Thu, 10 Aug 1995, Derek Atkins wrote:

> Yea, I did a long time ago.  There was a bug in the code that caused
> destroying fifos to do this -- it would free the fifo and then try to
> set it, or something like that.  You have to reorder a few commands to
> fix the problem.

No, it's not that one, I'm afraid - this version works fine on SunOS and 
has that fix in it... it just won't work on Linux.

	Mark