Closed panitsasi closed 6 months ago
did you try to install with sudo apt-get install libzmq3-dev
?
Yes, i followed these instructions: and the issue persists.
which OS do you use?
Ubuntu 22.04.1 LTS
@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
no, i tried to re install the package, but again i had the same issue.
could you check if you can install in a docker container?
docker run -it ubuntu:22.04 /bin/bash
apt update
apt-get install libzmq3-dev
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 ?
Okay, I reinstall all the packages from the beginning and now everything works fine.
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?
Hello, i removed all the installed libraries (and the dependencies) and then it worked.
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):
Do you have an idea, what is the issue here ?