컴사양
CPU : 166MHz
RAM : 32MB
HDD : 2GB
Linux : Wow Linux 7.1(server로 설치)638MB
책을 따라서 했는데 이상하네요 제가 APM을 3번 정도 설치 했었는데
그런땐 이런 메시지를 보질 못했는데.. 저사양의 컴에 설치했더니만,,
설치
Apache
./configure --prefix=/usr/local/apache
PHP
./configure --with-mysql=/usr/local/mysql --with-apache=/tmp/webserver/
apache_1.3.20 --with-config-file-path=/usr/local/apache/conf
--with-exec-bin=/usr/local/apache/bin --enable-track-vars=yes --with-xml
make;make install
Apache
./configure --prefix=/usr/local/apache --activate-module=src/modules/php4
/libphp4.a
make;make install
PHP소스 설치시 에러 메시지
make[3] : *** [file.lo] Error 1
make[3] : Leaving directory '/tmp/webserver/php-4.0.6/ext/standard'
make[2] : *** [install-recurisive] Error 1
make[2] : Leaving directory '/tmp/webserver/php-4.0.6/ext/standard'
make[1] : *** [install-recurisive] Error 1
make[1] : Leaving directory '/tmp/webserver/php-4.0.6/ext'
make : *** [install-recurisive] Error 1
Apache소스 설치시 에러 메시지
make[3] : Leaving directory '/tmp/webserver/apache_1.3.20/src'
make[2] : Leaving directory '/tmp/webserver/apache_1.3.20'
make[1] : Leaving directory '/tmp/webserver/apache_1.3.20'