Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libzmq.so.0 library missing #22

Closed
zoobab opened this issue May 4, 2010 · 4 comments
Closed

libzmq.so.0 library missing #22

zoobab opened this issue May 4, 2010 · 4 comments

Comments

@zoobab
Copy link
Contributor

zoobab commented May 4, 2010

Hi,

I have compiled zeromq with the ./configure; make; make install, but the binaries are missing some libzmq.so.0:

zoobab@buzek /home/zoobab/soft/zeromq-2.0.6 [83]$ zmq_forwarder
zmq_forwarder: error while loading shared libraries: libzmq.so.0: cannot open shared object file: No such file or directory
zoobab@buzek /home/zoobab/soft/zeromq-2.0.6 [84]$ zmq_streamer
zmq_streamer: error while loading shared libraries: libzmq.so.0: cannot open shared object file: No such file or directory

Where do I find/compile such lib?

@zeromq
Copy link
Collaborator

zeromq commented May 4, 2010

by default autotools instal libraries into /usr/local/lib; do you have it on your LD_LIBRARY_PATH?

@zeromq
Copy link
Collaborator

zeromq commented May 7, 2010

Hi did it help? If so, please, close the issue. Thanks.

@mato
Copy link
Contributor

mato commented May 27, 2010

I'm assuming this is on Linux. You need to run 'ldconfig' as root after installing for the OS to update it's shared library cache. You may also need to change /etc/ld.so.conf if your distro doesn't include /usr/local/lib which is unlikely.

@crv
Copy link

crv commented Nov 1, 2010

Do this ...

$ LD_LIBRARY_PATH=/usr/local/lib

$ export LD_LIBRARY_PATH

Now try running your command.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants