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

Help Needed: Docker Build Error for Cameradar on Kali Linux #344

Closed
huntercu opened this issue Jun 1, 2024 · 1 comment
Closed

Help Needed: Docker Build Error for Cameradar on Kali Linux #344

huntercu opened this issue Jun 1, 2024 · 1 comment

Comments

@huntercu
Copy link

huntercu commented Jun 1, 2024

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!

@Ullaakut
Copy link
Owner

Ullaakut commented Jun 5, 2024

Duplicate of #320

@Ullaakut Ullaakut marked this as a duplicate of #320 Jun 5, 2024
@Ullaakut Ullaakut closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants