[Linux] 에러해결: aclocal-1.15: command not found
문제/에러명
... 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: *** [Makefile:540: aclocal.m4] Error 127
해결방법
autoreconf 를 실행함.
# autoreconf -f -i
그래도 안될 시 automake install 되었는 지 확인 후 없으면 설치
apt-get install automake
참고자료
https://github.com/apereo/mod_auth_cas/issues/97
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=nswonny&logNo=221463643016