On Mon, 28 May 2007, Edd Barrett wrote:
So we should be able to run it: $ ./a.out ksh: ./a.out: Operation not permitted $ exec a.out ksh: a.out: Operation not permitted
Okay, so you know for certain this will run under Linux? If so have you tried invoking the program with ktrace on OpenBSD? FWIW, I've never tried to ktrace a program using Linux emulation, however I would think it would show what the program is trying to do when it fails.
diana