添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
大方的椅子  ·  在調色中套用LUT | ...·  2 月前    · 
坚韧的南瓜  ·  Oracle11g中ORA-01790 - ...·  1 年前    · 

installation stops with WARNING: 'aclocal-1.15' is missing on your system #97

@jx759

Description

I ran into a small issue during installation and I'm listing here FYI and for anyone that might be having problems with this.

After I start the installation:

$ ./configure && make && sudo make install

I receive this during the installation process:

/home/myuser/source/mod_auth_cas/mod_auth_cas/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [aclocal.m4] Error 127

Then I need to run autoconf:

$ autoreconf -f -i

Then run the install one more time:

$ ./configure && make && sudo make install

And now it installed.