-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
How to build AIX binary since I have seen AIX supported 3 weeks ago #3162
Comments
theres a comment on how to do it here: #3136 (comment) |
i modified some source code to m64 instead of maix64, it has been built succeed. i am looking for official command to build. |
@PaulYuanJ What exactly did you change? Did a regular |
regular go build result: |
and I have modified these 2 files: 152 sudo vim /home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/zerrors_aix_ppc64.go change maix64 to m64 in these 2 files, then use make build. |
But.. when I copy the binary file to AIX to run, encountered error: 0403-006 Execute permission denied |
Host operating system: output of
uname -a
Linux ip-172-31-8-215 6.8.0-1016-aws #17-Ubuntu SMP Mon Sep 2 13:48:07 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of
node_exporter --version
I want make a new version for node_exporter on ubuntu system for AIX 6.1.0.0
The text was updated successfully, but these errors were encountered: