Hi, On 24/10/13 06:22, kevinbanjo wrote:
> I was thinking I need patchelf but shouldn't ldd at least work to show > the path that's already there? No, because ldd actually calls the ELF interpreter specified in the executable, which doesn't exist. "readelf -a" will work, though. -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
