php컴파일이 안되는데요... 뭐가 문제인지?? 부탁드립니다
php_install ()
{
cd apache
./configure --prefix=$apache_directory
cd ../php
echo
echo "############### php install start #############"
echo
./configure --prefix=$php_directory --with-mysql=$mysql_directory --with-apache=$apache_source_directory --with-config-file-path=$apache_directory/conf --with-exec-dir=$php_directory/bin --enable-track-vars=yes --disable-debug
make;make install
echo
}
이런식으로 컴파일셋팅했는데..
checking for uid_t in sys/types.h... (cached) yes
checking for type ulong... yes
checking for type uchar... no
checking for type uint... yes
checking for type ushort... yes
checking for int8... no
checking base type of last arg to accept... socklen_t
checking return type of qsort... void
configure : error: Cannot find header files under
잘가다가 이런 에러가 뜨면서 멈춥니다..
무엇이문제 인지 알고싶네요.. 참고로 php버젼은 php-4.2.3이고요..
아파치는 1.3.27버젼입니다.
도움부탁드립니다
위에 달러 붙은것 변수로 선언한것이다. 디렉토리 지정입니다.
댓글 달기