phpize를 이용해서 php 모듈을 추가 설치하는 과정에서 발생했다.
오류 내용>
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rerun this script.
원인>
autoconf가 설치되지 않아서 발생.
방법>
autoconf를 설치를 한 후 다시 실행한다.
phpize 등을 이용해서 configure를 생성할 때 사용한다.
autoconf 설치 확인 및 yum을 이용한 설치
]# rpm –qa | grep autoconf
]# yum install autoconf