wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
97 stars 89 forks source link

Wazuh agent RPM package for AIX has a runtime dependency on bash #2878

Closed jnasselle closed 2 months ago

jnasselle commented 3 months ago
Wazuh version Install type Action performed Platform
up to master Agent Install AIX 6.1 TL9

Description

It was found that Wazuh agent RPM package for AIX has a runtime dependency on bash that shows the following error during package installation on a clean AIX 6.1 TL9 requested to SiteOx

# WAZUH_MANAGER="10.0.0.2" rpm -ivh wazuh-agent-4.7.3-1.aix.ppc.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:wazuh-agent-4.7.3-1              ################################# [100%]
/var/tmp/rpm-tmp.teEaab[40]: /var/ossec/tmp/src/init/register_configure_agent.sh:  not found

After installing bash, the installation works as expected.

DoD

vikman90 commented 3 months ago

Let's move this issue to the icebox.

lchico commented 2 months ago

Update 04-12-2024

I was able to create the PR and test it. Next, I need to create the PR for the documentation.

Update 04-15-2024

I created the PR on wazuh-documentation.