On Sun, Sep 18, 2005 at 09:44:42AM +0200, antongiulio05 wrote: > Hi, > > I'm trying update to kernel 2.6.12, but it seems not possible cause libc6 > package is "strange". > > kernel-package requires 'ldd' from libc6. > > # dpkg -L libc6 | grep ldd > /usr/share/man/man1/ldd.1.gz > /usr/bin/ldd > diversificato da ia32-libs a: /usr/bin/ldd.ia32-libs > > but I cannot find ldd in /usr/bin. I have reinstalled libc6 but 'ldd' is not > present again... > > Have you any idea? Where is 'ldd'?
ldd from libc6 has been diverted to /usr/bin/ldd.ia32-libs according to your dpkg output. It is ldd from ia32-libs that is missing. You should uninstall it, or remove it. Hamish -- Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

