Build systap from source
Download Source
git clone git://sourceware.org/git/elfutils.git
git clone git://sourceware.org/git/systemtap.gitConfigure
$cd elfutils
$autoreconf -i
$cd ../systemtap
$./configure --with-elfutils=../elfutilsBuild & Install
$make
$sudo make installLast updated