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

Tony white.tw.tw at gmail.com
Tue Feb 16 03:44:37 CET 2016


Thanks both you! I ended up just building an ldd expression but eelco's suggestion is something I did not know about and will try and use in the future if I come across the situation again. Thanks!

---- Eelco Dolstra wrote ----

>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/
>_______________________________________________
>nix-dev mailing list
>nix-dev at lists.science.uu.nl
>http://lists.science.uu.nl/mailman/listinfo/nix-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160216/f5c540f4/attachment.html 


More information about the nix-dev mailing list