View Single Post

   
  #2 (permalink)  
Old 02-16-2008, 06:22 AM
Bas Keur
 
Posts: n/a
Default Re: smbclient won't install on 3.6

> smbclient: can't load library 'libncurses.so.10.0'
> and I can't find that version anywhere.


I got this from a 3.6 box

$ ls -al /usr/lib/libncurses.so.10.0
-r--r--r-- 4 root bin 265898 Dec 25 13:12 /usr/lib/libncurses.so.10.0
$ file /usr/lib/libncurses.so.10.0
/usr/lib/libncurses.so.10.0: ELF 32-bit LSB shared object, Intel 80386,
version 1, not stripped
$ md5 /usr/lib/libncurses.so.10.0
MD5 (/usr/lib/libncurses.so.10.0) = 82e50ce7fad4867fd0696e75f8188782

You can download it from here
http://www.dmrt.net/libncurses.so.10.0
If you trust me

> Thanks!


Your welcome.

-Bas


Reply With Quote