Started playing with the perl binding today.  Installed it via CPAN
against a relatively recent trunk pull (day or two old) on FreeBSD
7.2, perl 5.10.1

I'm using the general interface, and it locks up on the call to create
a new context.  Tracing it in the perl debugger I see it gets stuck
here:

 ZeroMQ::Raw::zmq_init($nthreads)

where $nthreads is the default 1.

The whole of hte program to reproduce it is these three lines:


#!/usr/bin/perl
use ZeroMQ qw(:all);
my $ctxt = ZeroMQ::Context->new;


Any help?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to