help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to use elfutils? bash: eu-strip: command not found


From: znavko
Subject: How to use elfutils? bash: eu-strip: command not found
Date: Sun, 17 Jan 2021 09:04:07 +0000

Hello! I have an error with some binary and I wish to check
its interpreter, but elfutils package is not so easy for me.

$ ./projectbinary-qt
bash: ./projectbinary-qt: No such file or directory

$ readelf --all ./projectbinary-qt | grep interpreter
bash: readelf: command not found

$ guix search readelf | grep name
name: elfutils

$ guix install elfutils
The following package will be installed:
 elfutils 0.176

The following derivation will be built:
 /gnu/store/dg558rpz3yklhsy8rh7d7wv122hwi1k8-profile.drv

building CA certificate bundle...
building fonts directory...
generating GLib schema cache...
creating GTK+ icon theme cache...
building cache files for GTK+ input methods...
building directory of Info manuals...
building database for manual pages...
building XDG desktop file cache...
building XDG MIME database...
building profile with 47 packages...
$

$ eu-readelf
bash: eu-readelf: command not found

$ eu-strip
bash: eu-strip: command not found

$ whereis elfutils
elfutils:
Please, how to use it? May be only under root?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]