Advertisement
Guest User

Untitled

a guest
Mar 31st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sudo ldconfig -v | grep curses
  2. /sbin/ldconfig.real: Can't stat /lib/x86_64-linux-gnu: No such file or directory
  3. /sbin/ldconfig.real: Can't stat /usr/lib/x86_64-linux-gnu: No such file or directory
  4. /sbin/ldconfig.real: Can't stat /lib32: No such file or directory
  5. /sbin/ldconfig.real: Can't stat /usr/lib32: No such file or directory
  6.     libncursesw.so.5 -> libncursesw.so.5.7
  7.     libncurses.so.5 -> libtermcap.so.2
  8.     libncurses.so.5 -> libtermcap.so
  9.  
  10.  
  11.  
  12. ssh name@server
  13.  -bash: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
  14. ~# ls -l /usr/lib |grep libncurses
  15. lrwxrwxrwx  1 root root          12 2012-03-31 17:59 libcurses.a -> libncurses.a
  16. lrwxrwxrwx  1 root root          13 2012-03-31 17:59 libcurses.so -> libncurses.so
  17. -rw-r--r--  1 root root      552854 2010-03-06 22:25 libncurses.a
  18. -rw-r--r--  1 root root      188744 2010-03-06 22:25 libncurses++.a
  19. -rw-r--r--  1 root root     3468952 2010-03-06 22:25 libncurses_g.a
  20. -rw-r--r--  1 root root      711312 2010-03-06 22:25 libncurses++_g.a
  21. lrwxrwxrwx  1 root root          20 2012-03-31 17:59 libncurses.so -> /lib/libncurses.so.5
  22. lrwxrwxrwx  1 root root          13 2012-03-31 16:48 libncurses.so.5 -> libtermcap.so
  23. -rw-r--r--  1 root root      188744 2010-03-06 22:25 libncurses++w.a
  24. -rw-r--r--  1 root root      648370 2010-03-06 22:25 libncursesw.a
  25. -rw-r--r--  1 root root      711368 2010-03-06 22:25 libncurses++w_g.a
  26. -rw-r--r--  1 root root     3975578 2010-03-06 22:25 libncursesw_g.a
  27. lrwxrwxrwx  1 root root          21 2012-03-31 16:48 libncursesw.so -> /lib/libncursesw.so.5
  28. lrwxrwxrwx  1 root root          12 2012-03-31 17:59 libtermcap.a -> libncurses.a
  29. lrwxrwxrwx  1 root root          13 2012-03-31 17:59 libtermcap.so -> libncurses.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement