centos boost sqlite missing: line 81: aclocal-1.15: command not found

问题:

# make

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /opt/sqlite/missing aclocal-1.15 

/opt/sqlite/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:

         

         It also requires GNU Autoconf, GNU m4 and Perl in order to run:

         

         

         

make: *** [aclocal.m4] Error 127

分析:

https://blog.csdn.net/arackethis/article/details/42222905

https://blog.51cto.com/13402621/2355018?source=drh

解决办法:sudo autoreconf -ivf 

你可能感兴趣的:(linux)