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

Build and test for Linux/ARM64 #2521

Open
odidev opened this issue Dec 19, 2024 · 2 comments
Open

Build and test for Linux/ARM64 #2521

odidev opened this issue Dec 19, 2024 · 2 comments

Comments

@odidev
Copy link

odidev commented Dec 19, 2024

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:

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/).

@pqarmitage
Copy link
Collaborator

Why are you building such an old version of keepalived (the version will be 10 years old in two days time)?

I am not clear what the purpose of this issue is. Is there anything you want us to change in the code?

@pqarmitage
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants