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
1.curl --progress http://keepalived.org/software/keepalived-1.2.15.tar.gz | tar xz
2.sudo apt install build-essential
3.sudo apt install libssl-dev
4.sudo apt install libpopt-dev
5.cd keepalived-1.2.15
6../configure
7.sudo Make
8.sudo make install
Outcome
To validate that the build was successful we ran “keepalived --version " command.
All this information is also added to ARM Dashboard Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
The text was updated successfully, but these errors were encountered:
Why do you have the line sudo Make? make does not need to (and should not) be executed by the superuser. Further, the command Make does not exist on most systems, and should be make.
Description
For aarch64 platform, I have built " Keepalived " from source.
Steps
Following STEPS (Installing Keepalived — Keepalived 1.2.15 documentation) were used for the building and installation:
Outcome
To validate that the build was successful we ran “keepalived --version " command.
All this information is also added to ARM Dashboard Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
The text was updated successfully, but these errors were encountered: