Not true, ithreads are definitely not required.  What version of Perl are you 
using?  What does strace say about the lockup?  Does a minimal C program lock 
up?

Something else is up.  If zmq works with ithreads but not without, I suspect 
that it has something to do with linking or not linking pthreads.

"Vick Khera" <[email protected]> wrote:

>On Wed, Feb 23, 2011 at 3:09 PM, Vick Khera <[email protected]> wrote:
>> Does this require a threaded perl?  Just like the other perl binding,
>> it locks up on the init() call -- it never returns.
>
>Well to answer my own question, it seems yes.  You should probably
>test if perl is built with ITHREADS:
>
>perl -MConfig -e 'print $Config{useithreads};'
>
>should say "define".

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to