`
hellobin
  • 浏览: 62886 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

Ubuntu 12.04 64bit libtermcap.so.2 no such file or directory

 
阅读更多

$ sudo updatedb

$ locate libncurses

 

you will see a set of libncurse.so. files for eg : 

/lib/libncurses.so.5
/lib/libncurses.so.5.7 etc


If you do not see such files then you will have to install libncurses, which you can do using the synaptic package manager or 

 

$ sudo apt-get install libncurses5 (or the version that is available in your repo).

 

once you find the libnucrses.so.5.7 file run the following command

 

 

$sudo ln -s /lib/libncurses.so.5.7 /lib/libtermcap.so.2

 

Then retry the operation that gave you the libtermcap error, you should not see the error any more.

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics