From 6958b222475742afab24585791dafa298d247359 Mon Sep 17 00:00:00 2001 From: GOLinux <joeren@163.com> Date: Fri, 29 Aug 2014 13:58:21 +0800 Subject: [PATCH] Translated:20140825 How to fix 'failed to run aclocal--No such file or directory'.md --- ...run aclocal--No such file or directory'.md | 51 ------------------- ...run aclocal--No such file or directory'.md | 50 ++++++++++++++++++ 2 files changed, 50 insertions(+), 51 deletions(-) delete mode 100644 sources/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md create mode 100644 translated/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md diff --git a/sources/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md b/sources/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md deleted file mode 100644 index 508e419191..0000000000 --- a/sources/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md +++ /dev/null @@ -1,51 +0,0 @@ -Translating by GOLinux ... -Linux FAQs with Answers--How to fix “failed to run aclocal: No such file or directory” -================================================================================ -> **Question**: I am trying to build a program on Linux. The development release of the program comes with "autogen.sh" script. When I run it to create configure script, however, I am getting the following error: -> -> 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 -> -> How can I fix this problem? - -The development release of a program source code often comes with autogen.sh which is used to prepare a build process, including verifying program functionality and generating configure script. This autogen.sh script then relies on autoreconf to invoke autoconf, automake, aclocal and other related tools. - -The missing aclocal is part of automake package. Thus, to fix this error, install the following package. - -On Debian, Ubuntu or Linux Mint: - - $ sudo apt-get install automake - -On CentOS, Fedora or RHEL: - - $ sudo yum install automake - --------------------------------------------------------------------------------- - -via: http://ask.xmodulo.com/fix-failed-to-run-aclocal.html - -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 - -[1]: -[2]: -[3]: -[4]: -[5]: -[6]: -[7]: -[8]: -[9]: -[10]: -[11]: -[12]: -[13]: -[14]: -[15]: -[16]: -[17]: -[18]: -[19]: -[20]: diff --git a/translated/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md b/translated/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md new file mode 100644 index 0000000000..f995f2203f --- /dev/null +++ b/translated/tech/20140825 Linux FAQs with Answers--How to fix 'failed to run aclocal--No such file or directory'.md @@ -0,0 +1,50 @@ +Linux有问必答——如何修复“运行aclocal失败:没有该文件或目录” +================================================================================ +> **问题**:我试着在Linux上构建一个程序,该程序的开发版本是使用“autogen.sh”脚本进行的。当我运行它来创建配置脚本时,却发生了下面的错误: +> +> 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 +> +> 我怎样才能修复这个程序? + +开发版本常常是通过autogen.sh使用程序源代码生成的,构建过程包括验证程序功能和生成配置脚本。autogen.sh脚本依赖于autoreconf来调用autoconf,automake,aclocal和其它相关工具。 + +丢失的aclocal是automake包的一部分,因此,要修复该错误,请安装以下包。 + +在Debian,Ubuntu或Linux Mint上: + + $ sudo apt-get install automake + +在CentOS,Fedora或RHEL上: + + $ sudo yum install automake + +-------------------------------------------------------------------------------- + +via: http://ask.xmodulo.com/fix-failed-to-run-aclocal.html + +译者:[GOLinux](https://github.com/GOLinux) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]: +[2]: +[3]: +[4]: +[5]: +[6]: +[7]: +[8]: +[9]: +[10]: +[11]: +[12]: +[13]: +[14]: +[15]: +[16]: +[17]: +[18]: +[19]: +[20]: