[zeromq-dev] troubles starting to use go czmq

Andrew Hume andrew at humeweb.com
Sat Jan 17 16:39:40 CET 2015


ack on that.
i needed to set both LD_LIBRARY_PATH and PKG_CONFIG_PATH.

so then
	go get github.com/zeromq/goczmq <http://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 <http://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 <qmorake at yandex.ru> 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 <andrew at humeweb.com <mailto:andrew at humeweb.com>> 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 <http://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
>> zeromq-dev at lists.zeromq.org <mailto:zeromq-dev at lists.zeromq.org>
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> 
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150117/1ebaa2ce/attachment.htm>


More information about the zeromq-dev mailing list