pecl_http 및 memcache로 내 컴퓨터를 설정하려고하는데 두 경우 모두 비슷한 오류가 발생합니다. 이것은 MAC OS X 10.7.3 (lion)에 있으며 XCODE도 설치되어 있습니다. 또한이 명령을 실행하기 전에 Zend Server 커뮤니티 에디션을 설치했으며 CFLAGS = '-arch i386 -arch x86_64'환경 변수를 설정했습니다. 그러니 제가해야 할 일을 도와주세요
bash-3.2# **sudo pecl install pecl_http-1.7.1**
downloading pecl_http-1.7.1.tgz ...
Starting to download pecl_http-1.7.1.tgz (174,098 bytes)
.....................................done: 174,098 bytes
71 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
ERROR: `phpize' failed
export PHP_AUTOCONF=/usr/bin/autoconf
명령을 실행하기 전에 시도 했 습니까? 물론$PHP_AUTOCONF
autoconf 바이너리에 대한 지역화 라고 가정하면 발견되어야하지만 약간의 도움이 필요할 수도 있습니다. :-)