Re: [tcpdump-workers] 32bit libpcap failure on Linux-ppc64 machine

2011-05-08 Thread Guy Harris
On May 8, 2011, at 8:26 AM, Zvika Meiseles wrote: > I'm writing a program that uses packet capture via libpcap. It is built on > multiple platforms and OS's, and runs fine on most of them. However, the > combination of 32 bit binaries on a PPC64 Linux is failing (kernel > 2.6.18-194.el5). 64 bit

[tcpdump-workers] 32bit libpcap failure on Linux-ppc64 machine

2011-05-08 Thread Zvika Meiseles
Hi, I'm writing a program that uses packet capture via libpcap. It is built on multiple platforms and OS's, and runs fine on most of them. However, the combination of 32 bit binaries on a PPC64 Linux is failing (kernel 2.6.18-194.el5). 64 bit binaries of the same code work fine. I've narrowed the