Scott R. Shinn
Scott R. Shinn
Yes, this is sort of a dup of #1771 or at least related, since that is for windows. We'll keep these separate since fixing one doesnt always mean it fixes...
It's likely because the target host is missing the openssl development packages that include the headers. In rhel/centos/rocky this would be the openssl-devel package
This was my test case I used before, which didnt yeild the results you had in yours: docker build --build-arg HTTP_PROXY=http://172.17.0.1:3128 --build-arg http_proxy=http://172.17.0.1:3128 --build-arg RSYNC_PROXY=http://172.17.0.1:3128 .
OK gotcha, so mostly this is just a documentation update right, it sounds like the variable passes through to the sync scripts right? If so could you take the first...
What distro was that on? Rocky 8?
The plan here is to get the 20.08 packages on Centos 7 starting with the gvm-libs project here: https://github.com/Atomicorp/gvm-libs/issues/1 As you can see from that project (the first dependency!) there...
Packages have been updated, is this still an issue?
Yeah they've been out for a while now: https://updates.atomicorp.com/channels/atomic/ubuntu/jammy/amd64/
I didnt see anything, but here is the invite link: https://join.slack.com/t/ossec/shared_invite/zt-2ijx9i8me-Jg8z0cxmAyxpzmtFFi5nmw
It is absolutely pinned to specific versions of python, for EL8 this is going to be python3.8 (on fc37 its 3.11), so in general Id say if you are building...