On Thu, Feb 17, 2011 at 12:54 PM, Pieter Hintjens <[email protected]> wrote:
> Possibly a missing libzmq library?
>

Thanks for responding.

A missing library would have failed at the "use" line where it pulls
in the C parts of the code that reference libzmq.  The following works
and prints out 2.1.1.


use ZeroMQ qw(:all);
print ZeroMQ::version()."\n";

so it does link against libzmq ok.

Time to put on my perl XS module authoring hat and dive into the glue
code... at least I have plenty of experience with that... :)
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to