gzip -dc httpd-2.0.51.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.51
./configure
make
su
make install
./configure --with-apach2=../httpd-2.0.48 \
   --with-apxs2=/usr/local/apache2/bin/apxs \
   --enable-mbstring --enable-mbregex
make
su
make install
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps





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