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

Error while installing libzmq #585

Closed
panitsasi opened this issue Apr 28, 2024 · 11 comments
Closed

Error while installing libzmq #585

panitsasi opened this issue Apr 28, 2024 · 11 comments

Comments

@panitsasi
Copy link

while i was trying to download the libzmq following these commands:
git clone https://github.com/zeromq/libzmq.git
cd libzmq
./autogen.sh
./configure
make
this issue came up (while executing the command make):
image

Do you have an idea, what is the issue here ?

@pgawlowicz
Copy link
Collaborator

did you try to install with sudo apt-get install libzmq3-dev ?

@panitsasi
Copy link
Author

Yes, i followed these instructions:
image
and the issue persists.

@pgawlowicz
Copy link
Collaborator

which OS do you use?

@panitsasi
Copy link
Author

Ubuntu 22.04.1 LTS

@pgawlowicz
Copy link
Collaborator

@panitsasi any update on this issue? with ubuntu 22.04.1 LTS, it should be possible to install zmq with

sudo apt-get install libzmq3-dev

@panitsasi
Copy link
Author

no, i tried to re install the package, but again i had the same issue.

@pgawlowicz
Copy link
Collaborator

could you check if you can install in a docker container?

  1. Start docker container with ubuntu 22.04:
docker run -it ubuntu:22.04 /bin/bash
  1. Then inside the container install zmq:
apt update
apt-get install libzmq3-dev

@panitsasi
Copy link
Author

Yes, i can install in a docker container, but do you know why is this happening ? I had installed in the past, but as i remember i deleted it. Is this is a reason to consider ?

@panitsasi
Copy link
Author

Okay, I reinstall all the packages from the beginning and now everything works fine.

@abcd11abcd
Copy link

abcd11abcd commented May 6, 2024

im also facing the same issue. How did you resolve? i tried removing libzmq3-dev and installing again. Still im facing the same problem. You resolved it by using docker container?
How to resolve this error without docker and follow the document guide?

@panitsasi
Copy link
Author

Hello, i removed all the installed libraries (and the dependencies) and then it worked.

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