dh:无法在 Ubuntu 14.04 中加载插件 autoreconf
dh: unable to load addon autoreconf in Ubuntu 14.04
我正在使用 Openvswitch 在 mininet 平台上创建 mpls vpn 网络。我正在使用内核版本为 Ubuntu 14.04 的服务器:4.4.0-97-generic。我正在尝试将我的 openvswitch 从 2.0.0 版本升级到内核版本 4.4.0 支持的 2.5.2 版本。我正在按照 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
我正在使用 Openvswitch 在 mininet 平台上创建 mpls vpn 网络。我正在使用内核版本为 Ubuntu 14.04 的服务器:4.4.0-97-generic。我正在尝试将我的 openvswitch 从 2.0.0 版本升级到内核版本 4.4.0 支持的 2.5.2 版本。我正在按照 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