gzip -dc httpd-2.0.52.tar.gz | tar xvf -
gzip -dc php-4.3.9.tar.gz | tar xvf -
gzip -dc expat-1.95.5.tar.gz | tar xvf -
gzip -dc gdbm-1.8.3.tar.gz | tar xvf -
gzip -dc libiconv-1.8.tar.gz | tar xvf -

cd expat-1.95.5
./configure
make
su
make install

cd gdbm-1.8.3
./configure
make
su
make install

cd libiconv-1.8
./configure
make
su
make install

cd httpd-2.0.52
./configure
make
su
make install

./configure --with-apach2=../httpd-2.0.52 \
   --with-apxs2=/usr/local/apache2/bin/apxs \
   --enable-mbstring --enable-mbregex
make
su
make install

mod_rewrite





トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS