Thứ Ba, 26 tháng 4, 2011

Option khi build Lamp từ source

Apache2:
./configure --prefix=/usr/local/apache2 --enable-so --enable-auth-digest --enable-rewrite --enable-setenvif --enable-mime --enable-deflate
PHP5 (with APC)
./configure --prefix=/usr/local/php --enable-apc --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --enable-calendar --enable-soap --with-curl --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --with-freetype-dir=/usr/include/freetype2/ --with-freetype

1 vài chú ý:
--enable-apc-mmap: enable apc ( opcode cache )


Trường hợp lỗi do thiếu lib liên quan đến GD:  cp /usr/lib64/libpng.a or .so /usr/lib/

Không có nhận xét nào:

Đăng nhận xét