注意需要gcc的安装
├── bin
│ └── dep
├── pkg
│ └── dep
│ └── sources
└── src
└── github.com
└── percona
├── pmm-admin
├── pmm-agent
└── pmm-managed
make release
yum install -y glibc-static
类似其他组件的源码编译方式是类似的,同时以下链接包含了一个支持arm的构建, 实际上我们通过使用pmm以及查看pmm的架构
应该也可以知道依赖的包,可以自己构建
https://github.com/percona/pmm-agent
https://www.percona.com/blog/2020/08/04/compiling-a-percona-monitoring-and-management-v2-client-in-arm-architecture/
https://github.com/percona/pmm/tree/PMM-2.0
原文:https://www.cnblogs.com/rongfengliang/p/14174191.html