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 <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 > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
