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

Feature request: server-side wazuh packages for Alpine #16532

Open
flyn-org opened this issue Mar 30, 2023 · 1 comment
Open

Feature request: server-side wazuh packages for Alpine #16532

flyn-org opened this issue Mar 30, 2023 · 1 comment
Assignees
Labels

Comments

@flyn-org
Copy link

I am interested in installing the server components of Wazuh on Alpine. I do not yet see Alpine packages for Wazuh's indexer, server, or dashboard. I have come across some GitLab issues related to the musl C library, though. Has anyone made an attempt at this? I could try, but I didn't want to duplicate effort. If I understand "make EXTERNAL_SRC_ONLY=yes deps", then I might have a chance at this.

A related question: has there ever been talk of making use of system libraries during the build instead of these pre-built/re-built libraries?

@pereyra-m
Copy link
Member

Hello @flyn-org !

As you can see in the Packages list, Alpine Linux has packages only for the Wazuh agent.

You'll need to build the manager by yourself.
There are detailed instructions in Installing the Wazuh manager from sources
, you'll find the compilation requirements, etc.

The project doesn't rely on system libraries to make the product more robust. This way, we can test everything works as expected after we update the external dependencies we manage.

Please, try the Wazuh manager build and share any error you find. In the first attempt don't use the EXTERNAL_SRC_ONLY flag, because all the external libraries will be compiled from scratch. The default behavior for the make deps target is to download all the pre-compiled libraries if available for the current OS and architecture.

Regards.

@pereyra-m pereyra-m added the type/enhancement New feature or request label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants