This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: @defined in schedtimes.stp


On Wed, 2010-11-03 at 11:25 +0100, Joachim Worringen wrote:
> Am 03.11.2010 11:02, schrieb Mark Wielaard:
> > @defined was introduced in systemtap 1.2 and you are using version 1.1.
> > The latest systemtap release is version 1.3 BTW.
> 
> O.k., that makes sense. Can anyone recommend a simple way to do the 
> upgrade on CentOS 5.5 (yum repository, rpm archive)?

I don't know of any official rpm archives.
But in theory the following should just work:

wget http://sourceware.org/systemtap/ftp/releases/systemtap-1.3.tar.gz
tar zxf systemtap-1.3.tar.gz
cd systemtap-1.3
./configure --prefix=/usr/local/systemtap
make
sudo make install

And then just use the stap binary from /usr/local/systemtap/bin

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]