top | item 30057434 (no title) yaysyu | 4 years ago Does guix also have any equivalent to patchelf? discuss order hn newest georgyo|4 years ago Guix uses patchelf.Patchelf is very useful anytime you want to change the location of dynamic loaded libraries but don't want to set LD_LIBRARY_PATH.It is used in more places than you might originally think. rekado|4 years ago We don't use patchelf for any official package definition. We have a package for patchelf, but it's only really useful when you have pre-built binaries that you can't rebuild from source. load replies (1) lillecarl|4 years ago GoboLinux also uses patchelf.
georgyo|4 years ago Guix uses patchelf.Patchelf is very useful anytime you want to change the location of dynamic loaded libraries but don't want to set LD_LIBRARY_PATH.It is used in more places than you might originally think. rekado|4 years ago We don't use patchelf for any official package definition. We have a package for patchelf, but it's only really useful when you have pre-built binaries that you can't rebuild from source. load replies (1) lillecarl|4 years ago GoboLinux also uses patchelf.
rekado|4 years ago We don't use patchelf for any official package definition. We have a package for patchelf, but it's only really useful when you have pre-built binaries that you can't rebuild from source. load replies (1)
georgyo|4 years ago
Patchelf is very useful anytime you want to change the location of dynamic loaded libraries but don't want to set LD_LIBRARY_PATH.
It is used in more places than you might originally think.
rekado|4 years ago
lillecarl|4 years ago