Skip to content

Commit

Permalink
Merge pull request #6973 from wazuh/fix/build-agents-from-sources
Browse files Browse the repository at this point in the history
Fixes related to build an agent from sources.
  • Loading branch information
javimed authored Jan 19, 2024
2 parents e3dd3ef + 0d71dcc commit 660d51e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ The Wazuh agent is a single and lightweight monitoring software. It is a multi-p
.. group-tab:: AIX

AIX 6.1 TL4 or greater is the supported version for the following installation procedure.
AIX 6.1 TL9 or greater is the supported version for the following installation procedure.

.. note::

Expand Down Expand Up @@ -468,7 +468,7 @@ The Wazuh agent is a single and lightweight monitoring software. It is a multi-p
# cd src
# gmake clean-deps
# gmake clean
# gmake deps TARGET=agent RESOURCES_URL=http://packages.wazuh.com/deps/15
# gmake deps TARGET=agent RESOURCES_URL=http://packages.wazuh.com/deps/27
# gmake TARGET=agent USE_SELINUX=no PREFIX=/var/ossec
#. Run the ``install.sh`` script. This will run a wizard that will guide you through the installation process using the Wazuh sources:
Expand Down Expand Up @@ -612,7 +612,7 @@ The Wazuh agent is a single and lightweight monitoring software. It is a multi-p
.. code-block:: console
# cd wazuh-|WAZUH_CURRENT_FROM_SOURCES|
# /usr/local/bin/gmake -C src deps RESOURCES_URL=http://packages.wazuh.com/deps/14 TARGET=agent
# /usr/local/bin/gmake -C src deps RESOURCES_URL=http://packages.wazuh.com/deps/27 TARGET=agent
# /usr/local/bin/gmake -C src TARGET=agent USE_SELINUX=no
#. Run the ``install.sh`` script. This will run a wizard that will guide you through the installation process using the Wazuh sources:
Expand Down Expand Up @@ -799,7 +799,7 @@ The Wazuh agent is a single and lightweight monitoring software. It is a multi-p
# export LD_LIBRARY_PATH=/usr/local/gcc-5.5.0/lib
# cd wazuh/src
# gmake clean
# gmake deps TARGET=agent RESOURCES_URL=http://packages.wazuh.com/deps/15
# gmake deps TARGET=agent RESOURCES_URL=http://packages.wazuh.com/deps/27
# gmake -j 4 TARGET=agent PREFIX=/var/ossec USE_SELINUX=no
USE_BIG_ENDIAN=yes
# cd ..
Expand Down Expand Up @@ -910,7 +910,7 @@ The Wazuh agent is a single and lightweight monitoring software. It is a multi-p

.. code-block:: console
# pkgutil -y -i git gmake cmake gcc5core gcc5g++
# /opt/csw/bin/pkgutil -y -i git gmake cmake gcc5core gcc5g++
#. Install a gcc version to include all files needed in the next step:

Expand Down

0 comments on commit 660d51e

Please sign in to comment.