[zeromq-dev] ZMQ::LibZMQ3

2013-01-18 Thread Nishant Mittal
I installed zeromq and the perl module on my home machine but when i try to run the worker or client i get these errors...anybody has any clue? $ ./test_client.pl 1 Subroutine ZMQ::LibZMQ3::zmq_init redefined at /usr/local/lib/perl/5.14.2/ZMQ/LibZMQ3.pm line 52. Subroutine ZMQ::LibZMQ3::zmq_term r

Re: [zeromq-dev] ZMQ::LibZMQ3

2013-01-18 Thread Pedro Melo
Hi, On Fri, Jan 18, 2013 at 11:28 PM, Nishant Mittal wrote: > I installed zeromq and the perl module on my home machine but when i try > to run the worker or client i get these errors...anybody has any clue? > > $ ./test_client.pl 1 > Subroutine ZMQ::LibZMQ3::zmq_init redefined at > /usr/local/l

Re: [zeromq-dev] ZMQ::LibZMQ3

2013-01-18 Thread Daisuke Maki
Pedro, beat you to it. https://metacpan.org/release/DMAKI/ZMQ-LibZMQ3-1.08/ --d 2013/1/19 Pedro Melo > Hi, > > On Fri, Jan 18, 2013 at 11:28 PM, Nishant Mittal wrote: > >> I installed zeromq and the perl module on my home machine but when i try >> to run the worker or client i get these error

[zeromq-dev] ZMQ::LibZMQ3 Installation in windows

2013-02-07 Thread sudheer kumar
I followed http://www.zeromq.org/build:mingw for building ZMQ with MinGW :    and I get the error:  test_connect_delay.cpp:28:21 fatalerror:pthread.h: No such file or directory  With Visual studio2008 it is working fine, but I wasn't able to install perl module by using the .dll where I get so

Re: [zeromq-dev] ZMQ::LibZMQ3 Installation in windows

2013-02-08 Thread Daisuke Maki
So, was there an error while installing? --d 2013/2/8 sudheer kumar > > I followed http://www.zeromq.org/build:mingw for building ZMQ with MinGW > : and I get the error: > > test_connect_delay.cpp:28:21 fatalerror:pthread.h: No such file or > directory > > With Visual studio2008 it is workin

Re: [zeromq-dev] ZMQ::LibZMQ3 Installation in windows

2013-02-08 Thread Ian Barber
> 2013/2/8 sudheer kumar > >> >> I followed http://www.zeromq.org/build:mingw for building ZMQ with MinGW >> : and I get the error: >> >> test_connect_delay.cpp:28:21 fatalerror:pthread.h: No such file or >> directory >> >> Hmm, we may have to ifdef that test out if there's no pthread on mingw -

Re: [zeromq-dev] ZMQ::LibZMQ3 Installation in windows

2013-02-11 Thread sudheer kumar
r_base:: dup: dup(some disk file) failed, handle 13, Win32 error 87  NO CHECK: Does your zmq have zmq_device...Terminating on signal SIGINT(2) C:\ZMQ-LibZMQ3-1.09> . Thanks, Sudheer From: Ian Barber To: dais...@endeworks.jp; ZeroMQ development list Cc: sudhee