目录
编译环境
编译步骤
编译环境
阿里云ubuntu20.04
编译步骤
1 先安装elfutils,参见我的前一篇博客
源码编译elfutils_金色熊族的博客-CSDN博客
2 下载systemtap源码
3 解压
解压后的文件夹与elfutils的文件夹应该是平行的,如下图:
4 进入解压文件夹,输入如下指令:
./configure --with-elfutils=../elfutils-0.170 --prefix=/root/drill/systemtap-4.6
configure成功后显示如下:
5 参考Build systap from source - systemtap_with_examples (gitbook.io)
make
6 sudo make install
7 显示systemtap版本,说明安装成功