farhan ahmed <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] ssh 10.108.128.1 > [EMAIL PROTECTED]'s password: > -bash: can't load library 'libiconv.so.5.0' > connection to 10.108.128.1 closed > > I have libiconv.so.5.0 in /usr/local/lib.
Either you don't or you screwed up your shared library cache. Reboot the machine into single user mode, check that this library actually exists and run "ldconfig /usr/lib /usr/X11R6/lib /usr/local/lib". Your situation illustrates why setting your root shell to some dynamically linked shell may not be the best idea. -- Christian "naddy" Weisgerber [EMAIL PROTECTED]

