리눅스

php mips cross compile(PHP 밉스 컴파일) - libphp4.so 크기 줄이기

불량껌 2009. 2. 26. 17:09
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 까지 떨어짐