安装dns软件bind时出错 求助!
执行 ./configure 命令时出错:
checking for ar... no
configure: error:
ar program not found . please fix your PATHto include the directory in which ar resides,or set AR in the environment with the full path to ar .
请问各位高手这个问题怎么解决???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装您 linux distro 提供的 binutils 软件包,里面才有 ar 这类 archive 管理程式。
再者,要架设 dns 的话,linux distro 都会提供现成可以使用的 bind 这个 binary package,何不多利用?
==