The command ldd /bin/login shows that the libshadow is not found.
How is it possible "login" works if there is not a lib?
$ldd bin/login
linux-gate.so.1 => (0xffffe000)
libshadow.so.0 => not found
libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f53000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7e1c000)
/lib/ld-linux.so.2 (0xb7f90000)
Marcos
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
