最近在VMware装了Ubuntu1404虚拟机,学习nginx,安装其依赖包pcre时报这个错:aclocal-1.14' is missing on your system

参考了http://www.ithao123.cn/content-761429.html,问题才得到了解决。

   

   1:在软件中心安装以下autotools-dev、automake、 autoconf2.13、m4、perl、libperl5.14

   2:在pcre解压包下执行以下命令 sudo autoreconf -ivf 

之后nginx 能正常configure并通过编译。

关于autoreconf:autoconf能够用来执行项目所需的autoconf、automake和libtool包中的配置工具。设计autoreconf的目的是为了减少重新生成配置脚本所需要的时间。这是通过基于时间戳,特性以及项目的状态来完成的。可以把autoreconf看作是autotools的一个引导工具,如果你只有一个configure.ac文件,那么你可以运行autoreconf,这将会生成配置脚本,运行脚本以及运行make。Ubuntu1404 :aclocal-1.14' is missing on your system

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-11-01
  • 2021-08-31
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
相关资源
相似解决方案