[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to use elfutils? bash: eu-strip: command not found
From: |
znavko |
Subject: |
Re: How to use elfutils? bash: eu-strip: command not found |
Date: |
Sun, 17 Jan 2021 19:04:51 +0000 |
Thank you very much!
Can you give me another lesson where to find ld-linux in Guix?
$ eu-readelf --all ./projectbinary-qt | grep interpreter
[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
I've found with duckduckgo on 10-th page of this document:
https://guix.gnu.org/guix-fosdem-packaging-20170205.pdf
"/gnu/store/m9vxvh...-glibc-2.23/lib/ld-linux-x86-64.so.2"
So, I installed as I can understand glibc:
$ guix install glibc
...ok
$ whereis ld-linux
ld-linux:
$
# find / -type d -name "*ld-linux*"
find: ‘/run/user/1000/gvfs’: Permission denied
#
Where to find ld-linux for that program I want to run?
Also, can you advise something if that program is qt?
Will it be enough package 'qt', or need to install smth else?
January 17, 2021 10:59 AM, "Pierre Neidhardt" <mail@ambrevar.xyz> wrote:
> Hi!
>
> You need to install the "bin" output:
>
> guix install elfutils:bin
>
> If you want to fix your executable interpreter (and probably the RPATH
> too), you can use `patchelf'.
>
> --
> Pierre Neidhardt
> https://ambrevar.xyz