Linux
Can't exec "aclocal" 관련 에러
CHOMAN
2015. 6. 4. 16:07
[root@localhost nftables-0.3]# sh autogen.sh
Can't exec "aclocal": 그런 파일이나 디렉터리가 없습니다 at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: 그런 파일이나 디렉터리가 없습니다
주로 컴파일이나 스크립트를 실행하면 볼수 있는 메세지
아래 패키지를 설치하면 된다
yum install automake |