Re: About /bin/csh

2007-06-02 Thread RW
On Sat, 2 Jun 2007 16:43:23 +0200 Sereno Ternullo <[EMAIL PROTECTED]> wrote: > Hi folks, > i noticed that the root's default shell, /bin/csh is not statically > linked: > > [EMAIL PROTECTED] ~]$ ldd /bin/csh > /bin/csh: > libncurses.so.6 => /lib/libncurses.so.6 (0x280bd000) > lib

Re: About /bin/csh

2007-06-02 Thread Gabor Kovesdan
Sereno Ternullo escribió: Hi folks, i noticed that the root's default shell, /bin/csh is not statically linked: [EMAIL PROTECTED] ~]$ ldd /bin/csh /bin/csh: libncurses.so.6 => /lib/libncurses.so.6 (0x280bd000) libcrypt.so.3 => /lib/libcrypt.so.3 (0x280fc000) libc.so.6 =>

About /bin/csh

2007-06-02 Thread Sereno Ternullo
Hi folks, i noticed that the root's default shell, /bin/csh is not statically linked: [EMAIL PROTECTED] ~]$ ldd /bin/csh /bin/csh: libncurses.so.6 => /lib/libncurses.so.6 (0x280bd000) libcrypt.so.3 => /lib/libcrypt.so.3 (0x280fc000) libc.so.6 => /lib/libc.so.6 (0x28114000)