c++ - 安装 kumofs 时出错

标签 c++ linux ubuntu makefile

我正在尝试在 docker 上安装 kumofs ( https://github.com/etolabo/kumofs ),但在运行配置命令时出现以下错误。

非常感谢这方面的任何帮助。

libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: You should add the contents of the following files to      'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Remember to add 'LT_INIT' to configure.in.
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
aclocal: warning: autoconf input should be named 'configure.ac', not  'configure.in'
autom4te: need GNU m4 1.4 or later: /usr/local/m4
aclocal: error: echo failed with exit status: 1
autom4te: need GNU m4 1.4 or later: /usr/local/m4
autoheader: '/usr/bin/autom4te' failed with exit status: 1
automake: warning: autoconf input should be named 'configure.ac', not  'configure.in'
autom4te: need GNU m4 1.4 or later: /usr/local/m4
automake: error: autoconf failed with exit status: 1
autom4te: need GNU m4 1.4 or later: /usr/local/m4

最佳答案

您需要安装m4 包:

sudo apt-get install m4

关于c++ - 安装 kumofs 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37742407/

相关文章:

c++ - "cpp-bin"在linux中是什么意思?

c++ - “Undefined symbols for architecture x86_64”-再次(小例子)

php 到 shell 脚本到 php 通过无密码 ipv6 ssh 隧道获取值

linux - Perl 在文件中搜索和替换错误 "Bareword found where operator expected"

linux - 如何执行具有并发和等待限制的多个命令?

c - MPI 程序挂起

c++ - 关于通过 Get 和 Set 方法传递字符串

c++ - std::tr1 中的 shared_ptr

linux - 如何在多主机之间创建docker覆盖网络?

node.js - 如何在 Ubuntu 16.04 LTS 上安装 Bower