[Nix-dev] Checking rpaths for 32 bit on 64 bit

Eelco Dolstra eelco.dolstra at logicblox.com
Mon Feb 15 14:53:14 CET 2016


Hi,

On 12/02/16 20:38, Tony wrote:

> Does anyone know if there is something like ldd32 in NixOS I can use to check 32
> bit dynamic executables on a 64 bit system.

"patchelf --print-rpath" and "readelf -d ... | grep RPATH" are both
architecture-independent, so they should work on any ELF executable.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/


More information about the nix-dev mailing list