在 debian wheezy 上运行 autoreconf 和配置所需的软件包

Posted

技术标签:

【中文标题】在 debian wheezy 上运行 autoreconf 和配置所需的软件包【英文标题】:needed packages to run autoreconf and configure on debian wheezy 【发布时间】:2015-03-04 17:20:37 【问题描述】:

在 debian wheezy Linux 上运行这些命令需要哪些 .deb 软件包?

cd software_that_builds_with_autotools
autoreconf --install &&\
./configure --prefix=/opt/foo/bar &&\
make && make install

我尝试安装以下内容,但它仍然说缺少aclocal

apt-get install binutils make csh g++ sed gawk autoconf autotools-dev

Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory

【问题讨论】:

aclocalautomake 包中找到 谢谢,成功了。如果你想自己把它变成一个答案,我会接受它:sudo apt-get install binutils make csh g++ sed gawk autoconf automake autotools-dev 【参考方案1】:

随便用

sudo apt-get install binutils make csh g++ sed gawk autoconf automake autotools-dev

【讨论】:

以上是关于在 debian wheezy 上运行 autoreconf 和配置所需的软件包的主要内容,如果未能解决你的问题,请参考以下文章

无法在Debian wheezy上安装chef-server

Linux上的Sendemail Debian Wheezy给出了gmail和gmx帐户的错误

sh 在Kali Linux(或任何其他基于Wheezy的Debian版本)上安装docker

sh 在Raspberry Pi上安装tmux 2.0(Debian 7.8)Raspbian Wheezy

sh 在Raspberry Pi上安装tmux 2.0(Debian 7.8)Raspbian Wheezy

sh 在Raspberry Pi上安装tmux 2.0(Debian 7.8)Raspbian Wheezy