Hi,

[email protected] said:
> I'm trying to get the Java binding for 0mq to work, and I'm running into 
> issues. 
> First of all, the WIKI is not clear about where to extract the Jiava source - 
> I 
> tried a separate directory, with no luck. Then I extracted it on on top of my 
> 0mq installation, and that seems to work a bit better. However, when I try to 
> run "configure", I keep getting the following error:
> 
> checking pkg-config is at least version 0.9.0... yes
> checking for ZeroMQ... no
> checking zmq.h usability... yes
> checking zmq.h presence... yes
> checking for zmq.h... yes
> checking for zmq_init in -lzmq... no
> configure: error: cannot link with -lzmq

The above suggests you did not run "make install" and "ldconfig" as root.

Both of these steps are documented here:
http://www.zeromq.org/area:download under "To build on UNIX-like systems".

As for where to unpack the Java binding, it should definitely go into a
separate directory. 

Cheers,

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

Reply via email to