• 맑음동두천 8.9℃
  • 맑음강릉 12.7℃
  • 맑음서울 11.0℃
  • 맑음대전 9.2℃
  • 연무대구 11.2℃
  • 구름조금울산 10.6℃
  • 연무광주 11.7℃
  • 맑음부산 14.9℃
  • 맑음고창 10.3℃
  • 구름많음제주 16.1℃
  • 맑음강화 9.8℃
  • 맑음보은 7.6℃
  • 맑음금산 6.7℃
  • 구름많음강진군 13.1℃
  • 구름많음경주시 8.2℃
  • 맑음거제 8.9℃
기상청 제공

php 컴파일시 에러 - Can't figure out your VCS, not cleaning

php 컴파일시 에러 - Can't figure out your VCS, not cleaning

root@web:/opt/install/php-5.2.13
# ./buildconf --force
Forcing buildconf
buildconf: checking installation...
buildconf: autoconf version 2.59 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
           Running vcsclean for you.
           To avoid this, install autoconf-2.13.
Can't figure out your VCS, not cleaning.


해결방법
yum install autoconf213
export PHP_AUTOCONF="/usr/bin/autoconf-2.13"
export PHP_AUTOHEADER=/usr/bin/autoheader-2.13

끝~~