« amavisd-new-2.4.0-JPを突っ込む┐(´д`)┌ | メイン | DFI LANPARTY UT NF4 SLI-DR Venus のLANドライバ »
2006年5月 3日
apache2.2.2+php-4.4.2 を入れる( ・ω・)∩
httpd2.2.2が出たので入れてみた。php-4.4.2をセットで入れた。
とりあえずインストール手順。
http://httpd.apache.org/download.cgi 2.2.2はここからダウンロード
cd /usr/local/src
tar xvzf httpd-2.2.2.tar.bz2
./configure \
--prefix=/usr/local/apache2.2 \
--with-mpm=worker \
--enable-so --enable-shared \
--enable-rewrite \
--enable-deflate=shared \
--disable-include
make
make install
http://jp2.php.net/downloads.php4.4.2 はここからダウンロード
tar xvzf php-4.4.2.tar.bz2
./configure \
--with-apxs2=/usr/local/apache2.2/bin/apxs \
--prefix=/usr/local/php \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-mbregex \
--enable-trans-sid \
--with-zlib-dir=/usr/local/lib \
--with-gd \
--with-jpeg-dir=/usr/local/lib \
--with-png-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib
make
make install
http://perl.apache.org/download/index.html はここからダウンロード
perl Makefile.PL DO_HTTPD=1 USER_APACI=1 EVERYTHING=1 MP_APXS=/usr/local/apache2.2/bin/apxs
make
make install
投稿者 hideki : 2006年5月 3日 15:36
トラックバック
このエントリーのトラックバックURL:
http://zephel.com/hideki/cgi-bin/mt/mt-tb.fcgi/244