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" <m...@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

Reply via email to