On my Hardy server I find the output of "ldd /bin/bash" is different
depending on which kernel I use, so I think it might be an issue with
linux-image-xen.  Booting the kernel provided by linux-image-xen I get:

ldd /bin/bash
        linux-gate.so.1 =>  (0xf57fe000)
        libncurses.so.5 => /lib/libncurses.so.5 (0xb7f5a000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f56000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e06000)
        /lib/ld-linux.so.2 (0xb7f90000)

However if I run the Xen kernel from Debain Etch (linux-
image-2.6.18-6-xen-686) I get:

ldd /bin/bash
        linux-gate.so.1 =>  (0xb7ef8000)
        libncurses.so.5 => /lib/libncurses.so.5 (0xb7ec2000)
        libdl.so.2 => /lib/tls/i686/nosegneg/libdl.so.2 (0xb7ebe000)
        libc.so.6 => /lib/tls/i686/nosegneg/libc.so.6 (0xb7d6b000)
        /lib/ld-linux.so.2 (0xb7ef9000)

I don't really understand what's going on, but maybe this will help to
figure it out.

-- 
libc6-xen not used by dynamic linker
https://bugs.launchpad.net/bugs/246625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to