use*_*344 2 debian ncurses asterisk
我正在尝试配置Asterisk 12.3.2,Debian 6.0.9但出现错误:
"configure: error: *** termcap support no found (on modern systems, this typically means the ncurses development package is missing)".
Run Code Online (Sandbox Code Playgroud)
当我尝试通过以下方式安装它时:
apt-get install libncurses5-dev
Run Code Online (Sandbox Code Playgroud)
我收到无法找到包的消息。
小智 5
libncurses-dev 就是你想要的。
此外,您可能有兴趣知道您可以使用contrib/scripts/install_prereq安装所有当前先决条件。您将 install 参数传递给它,例如:contrib/scripts/install_prereq install在您的系统上安装所有依赖包。