linux - mpm-itk 安装 -- make : missing: Command not found on ubuntu

标签 linux ubuntu gcc makefile

我正在为 ubuntu 上的 apache 2.4 安装 mpm-itk

步骤:

  1. http://mpm-itk.sesse.net/下载tar.gz文件
  2. 提取它们
  3. 运行 ./configure && make && sudo make install

我得到的错误:


    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for cap_init in -lcap... no
    checking for --with-apxs... no
    checking for apxs... missing
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    missing -c mpm_itk.c seccomp.c
    make: missing: Command not found
    make: *** [mpm_itk.la] Error 127

最佳答案

安装“make”命令并重试。

apt-get install make

关于linux - mpm-itk 安装 -- make : missing: Command not found on ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36821927/

相关文章:

c - 如何在共享对象库中共享变量

linux - 哪些段受写时复制影响?

Linux空间检查

ubuntu - 安卓模拟器出错

java - 如何使 Sublime Text 3 在 Ubuntu 上通过终端编译和运行 java

c++ - GCC 中的 FMA3 : how to enable

linux - 为什么我不能使用 mount --bind/proc/<pid>/ns/mnt 到 ubuntu 中的另一个文件?

php - 如何在现有 CMS 旁边安装 Wordpress?

linux - 如何从 Linux 中的 GUI 应用程序中提取文本内容?

c - 如何从预处理器启用内在函数