【问题标题】:How can i get dnsmasq version 2.63 in ubuntu 12.04 LTS我如何在 ubuntu 12.04 LTS 中获得 dnsmasq 版本 2.63
【发布时间】:2014-09-08 11:09:08
【问题描述】:

我有 ubuntu 12.04 LTS。使用 dnsmasq 2.59

我正在运行一个显示要求未满足错误的命令。 dnsmasq 版本需要 2.63 以上。

我怎样才能得到它。

我尝试了 apt-get install dnsamsq。但它不起作用。

【问题讨论】:

    标签: ubuntu-12.04 dnsmasq


    【解决方案1】:

    我通过从源代码构建 dnsmasq 2.63 来做到这一点。

    文档:http://www.thekelleys.org.uk/dnsmasq/doc.html

    下载:http://www.thekelleys.org.uk/dnsmasq/

    1. 获取压缩包:

      wget http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.63.tar.gz

    2. 提取它:

      tar -xvf dnsmasq-2.63.tar.gz

    3. 构建并安装代码:

      cd dnsmasq-2.63/ sudo make install

    4. 重启dnsmasq服务:

      sudo service dnsmasq stop sudo service dnsmasq start

    5. 检查版本:

      dnsmasq --version Dnsmasq version 2.63rc6 Copyright (c) 2000-2012 Simon Kelley

    【讨论】:

      猜你喜欢
      • 2014-04-21
      • 2014-01-14
      • 1970-01-01
      • 1970-01-01
      • 2015-04-03
      • 2013-10-08
      • 1970-01-01
      • 2013-11-09
      • 1970-01-01
      相关资源
      最近更新 更多