在安装systemtap需要准备两个关键的程序包elfutils与systemtap,在安装之两个程序之前需要先将kernel_devel,kernel_debuginfo之类准备好。请看如下说明(取自systemtap的README):
Prerequisites:
- linux kernel with kprobes (mainline 2.6.11+ or backport)
- kernel module build environment (kernel-devel rpm)
- kernel debugging information (kernel-debuginfo rpm)
- C compiler (same as what kernel was compiled with)
- elfutils with libdwfl for debugging information parsing
- root privileges
elfutils的源码下载位置(2010-04-08有效):
systemtap的源码下载位置(2010-04-08有效):
我下载了其中的elfutils-0.145.tar.bz2, systemtap-20100403.tar.bz2两个包。
安装步骤如下:
1、将解压后的两个包放在/root/systemtap子目录下。
2、在/root/systemtap/systemtap-20100403/src/ 下,以root用户输入如下命令:
./configure --with-elfutils=/root/systemtap/elfutils-0.145/ --prefix=/usr/bin/systemtap
3、make
4、make install
阅读(997) | 评论(0) | 转发(0) |