public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Build local systemtap
@ 2013-04-16 18:42 Kalai Rajah N
  2013-04-16 19:06 ` Josh Stone
  0 siblings, 1 reply; 2+ messages in thread
From: Kalai Rajah N @ 2013-04-16 18:42 UTC (permalink / raw)
  To: systemtap

Can I build systemtap with binutils instead of elfutils? I got the
recent snapshot of systemtap and built it with the following command

../systemtap-20130413/configure --prefix=${PREFIX} --libdir=${PREFIX}/lib64
--with-elfutils=/dev/shm/sw-build/elfutils-0.155

make & make install went through fine.

But, when I run stap --help, I get the following error. Going through
systemtap release notes, I found that it needs elfutils and not
binutils. Is this there a way to substitute binutils for elfutils? Or
can I have both elfutils and binutils on the samesystem?

stap: /usr/lib64/libelf.so.1: version `ELFUTILS_1.5' not found
(required by stap)
stap: /usr/lib64/libdw.so.1: version `ELFUTILS_0.148' not found
(required by stap)
stap: /usr/lib64/libdw.so.1: version `ELFUTILS_0.138' not found
(required by stap)
stap: /usr/lib64/libdw.so.1: version `ELFUTILS_0.142' not found
(required by stap)
stap: /usr/lib64/libdw.so.1: version `ELFUTILS_0.143' not found
(required by stap)
stap: /usr/lib64/libdw.so.1: version `ELFUTILS_0.149' not found
(required by stap)

-Kalai

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-16 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 18:42 Build local systemtap Kalai Rajah N
2013-04-16 19:06 ` Josh Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).