Comment 2 for bug 1914860

Revision history for this message
Matthias Klose (doko) wrote :

introduced by
https://bugs.debian.org/631242
https://bugs.debian.org/707091

        * elf/ldd.bash.in: Verify the dynamic linker is working before
        using it.

changing the patch to
dummy=`$rtld --help 2>&1`
 if test $? = 0; then

makes ldd work again. The error code 127 is not returned anymore.
unsure if we can just drop that patch.