php-4.1.2로 했음
./configure 설정
./configure \
--prefix=/usr/local/apache \
--host=mips-nec-sysv4 \
--build=i686-whatever-linux \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-mysql=/usr/local/mysql \
--disable-xml \
--disable-session \
--disable-posix \
--without-pcre-regex \
--wihtout-pear
로 설정하여 빌드
2.2Mbyte 까지 떨어짐
./configure 설정
./configure \
--prefix=/usr/local/apache \
--host=mips-nec-sysv4 \
--build=i686-whatever-linux \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-mysql=/usr/local/mysql \
--disable-xml \
--disable-session \
--disable-posix \
--without-pcre-regex \
--wihtout-pear
로 설정하여 빌드
2.2Mbyte 까지 떨어짐
'리눅스' 카테고리의 다른 글
에러잡기 (0) | 2009.04.06 |
---|---|
리눅스 시간 동기화 (0) | 2009.03.25 |
php mips cross compile(PHP 밉스 컴파일) (0) | 2009.02.18 |
apache mips cross compile(아파치 밉스 칩에 컴파일) (0) | 2009.02.18 |
Apache cross compile (0) | 2009.02.11 |