Benjamin Slade transcribed 807 bytes:
> I'm still getting to grips with Guix, so a fairly basic question which
> seems connected:  how do I execute a binary? So for instance, I can
> download a precompiled binary for the kitty terminal app:
> https://sw.kovidgoyal.net/kitty/binary.html
> 
> But when I try to execute it in Guix, I get the message:
> "./kitty: No such file or directory"
> 
> I tried symlinking /bin/bash and /usr/bin/env, but this didn't help.
> 
> I'm sure something in the manual or this thread probably answers this,
> but I often find I can generalise from concrete examples better than 
> vice-versa.
> 
> -- 
> Benjamin Slade - https://babbagefiles.xyz
>   `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
>     '(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org )
>        `(Choose Linux ,(Choose Freedom) . https://linux.com )
> 

In this case you have to use patchelf, and use the conventional Unix
tools to figure out what's missing in rpath and interpreter.

As far as I can guess.

Reply via email to