• 흐림동두천 1.0℃
  • 흐림강릉 1.3℃
  • 서울 3.2℃
  • 대전 3.3℃
  • 대구 6.8℃
  • 울산 6.6℃
  • 광주 8.3℃
  • 부산 7.7℃
  • 흐림고창 6.7℃
  • 흐림제주 10.7℃
  • 흐림강화 2.2℃
  • 흐림보은 3.2℃
  • 흐림금산 4.4℃
  • 흐림강진군 8.7℃
  • 흐림경주시 6.7℃
  • 흐림거제 8.0℃
기상청 제공

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

끝~~