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]

Basic Installation Question (path woes)


I've installed SystemTap a few times before without any issues but 
recently, on a new machine, encountered what appeared to be a basic path 
problem that has me confused since I don't recall any complications the 
last time I built it.

On a 2.6.16 AMD box, I downloaded elfutils-0.125 and applied the 
portability patch and a recent systemtap tar (last week) and ran configure 
--with-elfutils, make, and sudo make install.  Inspection shows that stap 
is in /usr/local/bin and that there is a /usr/local/lib/systemtap 
directory with the expected so files. However, when I run stap, I get: the 
following.  I tried re-building with the additional 
--with-library-path=/usr/local/lib to no avail.  I also tried setting 
LD_LIBRARY_PATH to /usr/local/lib and /usr/local/lib/systemtap and that 
didn't work either.


[perryche@hautbois ~]$ /usr/local/bin/stap -h
/usr/local/bin/stap: /usr/lib/libdw.so.1: version `ELFUTILS_0.122' not 
found (required by /usr/local/bin/stap)




Perry


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