From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28650 invoked by alias); 16 Apr 2013 18:42:46 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 28608 invoked by uid 89); 16 Apr 2013 18:42:45 -0000 X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-lb0-f171.google.com (HELO mail-lb0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 16 Apr 2013 18:42:44 +0000 Received: by mail-lb0-f171.google.com with SMTP id v10so855796lbd.2 for ; Tue, 16 Apr 2013 11:42:42 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.198.227 with SMTP id jf3mr1976090lbc.69.1366137762182; Tue, 16 Apr 2013 11:42:42 -0700 (PDT) Received: by 10.114.0.100 with HTTP; Tue, 16 Apr 2013 11:42:42 -0700 (PDT) Date: Tue, 16 Apr 2013 18:42:00 -0000 Message-ID: Subject: Build local systemtap From: Kalai Rajah N To: systemtap@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-q2/txt/msg00037.txt.bz2 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