On Thu, Feb 17, 2011 at 12:43 PM, Clark J. Wang <dearv...@gmail.com> wrote:
> # ldd /usr/local/bash-4.2.0/bin/bash > linux-gate.so.1 => (0xb7730000) > libncurses.so.5 => /lib/libncurses.so.5 (0xb76ec000) > libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb76e8000) > libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb75a1000) > /lib/ld-linux.so.2 (0xb7731000) > # > > By the way I don't understand why there's no libreadline in the output of > `ldd bash'. Anyone can explain? > > Got it. Bash compiled its own version of libreadline.a (static lib). > -- > Clark > -- Clark