linux - dh : unable to load addon autoreconf in Ubuntu 14. 04

标签 linux ubuntu mininet openvswitch

我正在使用 Openvswitch 在 mininet 平台上创建 mpls vpn 网络。我正在使用内核版本为 4.4.0-97-generic 的 Ubuntu 14.04 服务器。我正在尝试将我的 openvswitch 从 2.0.0 版本升级到 2.5.2 版本,该版本受内核版本 4.4.0 支持。我正在按照 Openvswitch upgrade guide 上给出的 openvswitch 升级指南的步骤进行操作

当我尝试构建 debian 软件包时,出现以下错误:


ash@ash:~/openvswitch/openvswitch-2.5.2$ DEB_BUILD_OPTIONS='parallel=2 nocheck' fakeroot debian/rules binary
dh binary --with autoreconf,python2 --parallel
dh: unable to load addon autoreconf: Can't locate 
Debian/Debhelper/Sequence/autoreconf.pm in @INC (you may need to install the Debian::Debhelper::Sequence::autoreconf module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at (eval 13) line 2.
BEGIN failed--compilation aborted at (eval 13) line 2.
debian/rules:25: recipe for target 'binary' failed
make: *** ***[binary] Error 2***

我不明白是什么导致了这个问题? 我是 linux 系统的新手,非常感谢任何帮助。

最佳答案

安装 dh-autoreconf 包为:

# apt install dh-autoreconf

关于linux - dh : unable to load addon autoreconf in Ubuntu 14. 04,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46958365/

相关文章:

linux - 删除正在进行 I/O 的文件 : Is it a filesystem and/or an OS feature?

linux - 用于发送邮件的 ssh 隧道

php - 启用 Gmagick PHP 模块导致 ImageMagick (Imagick) 模块报告 0 支持的格式

listener - POX 组件监听事件

Pox/Mininet : learning location of hosts

c - C如何区分一个字节长的字符和一个2字节长的字符?

objective-c - Apple 平台是唯一适合 Objective-C 的地方吗?

bash - 如何在 Ubuntu 上使用 bash 脚本读取 txt 文档中的值?

android - 如何在 Ubuntu 9.04 中安装 Android SDK?