[zeromq-dev] epgm example

2011-10-10 Thread Roberto Palmer
Hello all, I have a problem while trying to make a simple example with epgm. I wrote the following simple C program, but it makes a core dump with the following error: Assertion failed: rc == 0 (connect_session.cpp:84). Aborted (core dumped) I'm using zmq 2.1.10 with F15. What I

Re: [zeromq-dev] epgm example

2011-10-10 Thread Roberto Palmer
Thankyou Steve for your explanation. BTW using the interface name (em2 on my system) still doesn't work and the program ends with a slightly different error: Segmentation fault (core dumped) So my only choice is to use the ip address/network address method. Rgds, Roberto ___