Bug#732169: musl-bin with /usr/bin/ldd

2014-03-22 Thread Kevin Bortis
This bug will be fixed with the introduction of musl_1.0.0-1 upwards. There is now a global link /usr/bin/musl-ldd that can be invoked with musl-ldd MUSLBINARY If you still prefer to access the ldd functionality via the command ldd, then follow the instructions found under:

Bug#732169: musl-bin with /usr/bin/ldd

2014-01-05 Thread Kevin Bortis
That bug is a tricky one. Explanation for other readers: musl libc has no standalone ldd as glibc has. Instead it uses /lib/ld-musl-*.so.1 as runtime and ldd. The suggested way by the musl folks is to create a local symlink e.g. 'ln -s /lib/ld-musl-x86_64.so.1 ldd'. By running the symlink named

Bug#732169: musl-bin with /usr/bin/ldd

2013-12-14 Thread Shawn Landden
Package: musl Version: 0.9.14-2 Severity: normal musl's ldd doesn't work unless argv[0] == ldd aka ldd is a symlink to musl -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign