• 흐림동두천 0.2℃
  • 흐림강릉 12.5℃
  • 서울 1.1℃
  • 대전 2.5℃
  • 대구 12.9℃
  • 울산 12.8℃
  • 흐림광주 3.8℃
  • 부산 13.3℃
  • 흐림고창 2.2℃
  • 구름많음제주 8.6℃
  • 흐림강화 0.6℃
  • 흐림보은 1.6℃
  • 흐림금산 2.4℃
  • 흐림강진군 5.5℃
  • 흐림경주시 13.3℃
  • 흐림거제 14.1℃
기상청 제공

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

끝~~