Advertisement
Guest User

Untitled

a guest
Mar 31st, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.31 KB | None | 0 0
  1. ssh name@server
  2.  -bash: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
  3. ~# ls -l /usr/lib |grep libncurses
  4. lrwxrwxrwx  1 root root          12 2012-03-31 17:59 libcurses.a -> libncurses.a
  5. lrwxrwxrwx  1 root root          13 2012-03-31 17:59 libcurses.so -> libncurses.so
  6. -rw-r--r--  1 root root      552854 2010-03-06 22:25 libncurses.a
  7. -rw-r--r--  1 root root      188744 2010-03-06 22:25 libncurses++.a
  8. -rw-r--r--  1 root root     3468952 2010-03-06 22:25 libncurses_g.a
  9. -rw-r--r--  1 root root      711312 2010-03-06 22:25 libncurses++_g.a
  10. lrwxrwxrwx  1 root root          20 2012-03-31 17:59 libncurses.so -> /lib/libncurses.so.5
  11. lrwxrwxrwx  1 root root          13 2012-03-31 16:48 libncurses.so.5 -> libtermcap.so
  12. -rw-r--r--  1 root root      188744 2010-03-06 22:25 libncurses++w.a
  13. -rw-r--r--  1 root root      648370 2010-03-06 22:25 libncursesw.a
  14. -rw-r--r--  1 root root      711368 2010-03-06 22:25 libncurses++w_g.a
  15. -rw-r--r--  1 root root     3975578 2010-03-06 22:25 libncursesw_g.a
  16. lrwxrwxrwx  1 root root          21 2012-03-31 16:48 libncursesw.so -> /lib/libncursesw.so.5
  17. lrwxrwxrwx  1 root root          12 2012-03-31 17:59 libtermcap.a -> libncurses.a
  18. lrwxrwxrwx  1 root root          13 2012-03-31 17:59 libtermcap.so -> libncurses.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement