• 구름많음동두천 7.9℃
  • 구름많음강릉 6.6℃
  • 흐림서울 8.4℃
  • 흐림대전 10.0℃
  • 흐림대구 11.6℃
  • 흐림울산 10.3℃
  • 흐림광주 10.8℃
  • 흐림부산 10.8℃
  • 흐림고창 8.4℃
  • 제주 10.3℃
  • 구름많음강화 4.6℃
  • 흐림보은 9.4℃
  • 흐림금산 9.8℃
  • 흐림강진군 9.9℃
  • 흐림경주시 9.8℃
  • 흐림거제 10.3℃
기상청 제공

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

끝~~