You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue while trying to build the Cameradar Docker image on Kali Linux (2023-06-29, x86_64). When I run docker build . -t cameradar, I get the following error:
github.com/Ullaakut/go-curl
In file included from /go/pkg/mod/github.com/Ullaakut/[email protected]/const.go:5:
./compat.h:423:2: error: #error your version is TOOOOOOOO low
423 | #error your version is TOOOOOOOO low
| ^~~~~
Here are the details of my setup:
Go version: go1.22.3 linux/amd64
libcurl version: 8.7.1-5 (latest)
It seems like there is a version issue with one of the dependencies. I suspect it might be related to libcurl. Here are the steps I have already tried to resolve this:
Verified that I have the latest libcurl version:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
Output: libcurl4-openssl-dev is already the newest version (8.7.1-5).
Any help would be greatly appreciated!
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I'm encountering an issue while trying to build the Cameradar Docker image on Kali Linux (2023-06-29, x86_64). When I run docker build . -t cameradar, I get the following error:
github.com/Ullaakut/go-curl
In file included from /go/pkg/mod/github.com/Ullaakut/[email protected]/const.go:5:
./compat.h:423:2: error: #error your version is TOOOOOOOO low
423 | #error your version is TOOOOOOOO low
| ^~~~~
Here are the details of my setup:
Go version: go1.22.3 linux/amd64
libcurl version: 8.7.1-5 (latest)
It seems like there is a version issue with one of the dependencies. I suspect it might be related to libcurl. Here are the steps I have already tried to resolve this:
Verified that I have the latest libcurl version:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
Output: libcurl4-openssl-dev is already the newest version (8.7.1-5).
Any help would be greatly appreciated!
Thank you in advance!
The text was updated successfully, but these errors were encountered: