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
If you still prefer to access the ldd functionality via the command ldd,
then follow the instructions found under:
http://wiki.musl-libc.org/wiki/F
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 ld
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 Architec
3 matches
Mail list logo