在Centos 6.4中,当配置Emacs时

f1tvaqid  于 2022-11-07  发布在  Mac
关注(0)|答案(3)|浏览(190)

在Centos 6.4中,当配置Emacs时,它显示:

configure: error: The required function `tputs' was not found in any library.
The following libraries were tried (in order):
  libtinfo, libncurses, libterminfo, libtermcap, libcurses
Please try installing whichever of these libraries is most appropriate
for your system, together with its header files.
For example, a libncurses-dev(el) or similar package.

怎么修,有什么问题。

oyxsuwqo

oyxsuwqo1#

sudo yum install ncurses-devel

然后再次./configure

t5zmwmid

t5zmwmid2#

尝试将libncurses-devbash apt-get install libncurses-dev一起安装

ecfdbz9o

ecfdbz9o3#

我在使用Debian Wheezy衍生发行版(CrunchBang)
正在尝试安装Emacs 24.5.1
必须安装libncurses 5-dev,然后运行./configure

$ sudo apt-get install ncurses-devel
...
E: Unable to locate package ncurses-devel
$ sudo apt-get install libncurses5-dev

相关问题