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
Fails to build deb package on arm64 box (Jetson Orin of NVidia) with command:
./generate_package.sh -a arm64 -j 6 2>&1| tee ~/wazuh_build.txt
Yields the error (attaching full log to the ticket):
-- Running vcpkg install
/build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg)
/build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg)
/build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg)
-- Running vcpkg install - failed
It is all right though on Linux amd64, and produces .deb package correspoinding to the platform:
$ ls output/
wazuh-agent_5.0.0-0_amd64_95b9665cf.deb
Fails to build deb package on arm64 box (Jetson Orin of NVidia) with command:
Yields the error (attaching full log to the ticket):
It is all right though on Linux amd64, and produces .deb package correspoinding to the platform:
Full log:
wazuh_build.txt.tar.gz
The text was updated successfully, but these errors were encountered: