Andrew - can you let me know which versions of both libzmq and czmq you are
building go czmq again?

All tests are working for me and for Luna (who helps develop it).  If you
give me a little info maybe we can figure out what you are running into.

Cheers,
Brian

On Sat, Jan 17, 2015 at 10:39 AM, Andrew Hume <[email protected]> wrote:

> ack on that.
> i needed to set both LD_LIBRARY_PATH and PKG_CONFIG_PATH.
>
> so then
> go get github.com/zeromq/goczmq
> now succeeds (silently)
> and i can then run the weather server example (server in one window,
> client in another).
>
> if i go to github.com/zeromq/goczmq
> can i do anything useful there?
> i tried make build and make test and both fail on some tests.
> are all the tests suppose to work?
> i want to use zbeacon, and the beacon test fails with an “undefined:
> ErrActorCmd”
>
> andrew
>
> On Jan 17, 2015, at 7:08 AM, Quinlan Morake <[email protected]> wrote:
>
> Hi,
>
> Most likely setting LD_LIBRARY_PATH to include where libczmq is will
> resolve the issue; depending on how you installed libczmq, it sometimes
> installs to /usr/local/lib64 or /usr/local/lib.
>
> Other than that, could be the pkg.config file, setting the PKG_CONFIG
> environment variable to include wherever zmq.pc is.
>
> Quinlan
>
>
> On 17 Jan 2015, at 15:03, Andrew Hume <[email protected]> wrote:
>
> i am gearing up to use czmq with the go binding.
>
> i have successfully installed zeromq and czmq, but when i do
>
> go get github.com/zeromq/goczmq
>
> it fails with “No package ‘libczmq’ found”.
> this is also the first time i am using github, so it may be related to
> that.
>
> any hints as to what i need to do?
>
> andrew
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to