Basic Installation Question (path woes)
Perry Cheng
perryche@us.ibm.com
Tue Apr 17 21:57:00 GMT 2007
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
More information about the Systemtap
mailing list