#freeze
** static module 版のmake [#k8f08475]
 tar xzf php-4.4.1.tar.gz
 ./configure --with-apache=/usr/local/src/apache_1.3.34 --enable-mbstring
 make
 make install
 cd ../apache_1.3.34
 ./configure --activate-module=src/modules/php4/libphp4.a
 make
 make install
 cd ../php-4.4.1
 cp php.ini-dist /usr/local/lib/php.ini
php.iniはmbstringをenableしておかないとpukiwikiで文字化けする~

** shared module 版のmake [#od16fa77]
 cd apache_1.3.4
 ./configure --prefix=/usr/local/apache --enable-module=so
 make
 make install
 cd ../php-4.4.1
 ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring
 make
 make install
 cp php.ini-dist /usr/local/lib/php.ini
php.iniはmbstringをenableしておかないとpukiwikiで文字化けする~


[[PHP on apache shared module と static module]]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS