PHP4.3.6のインストール

■Compile & Install

#./configure --with-apxs2=/usr/local/apache2/bin/apxs --without-mysql --with-dom --with-xml --enable-mbstring --enable-mbregex --enable-zend-multibyte --with-gd
#make
#make install

■Config
 

  • httpd.confにModuleの設定を追加。
        →自動で追加されてた。
     
  • "AddType application/x-httpd-php .php"を追加

    ■Apache1.Xへのインストール

    #./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/pgsql --with-dom --with-xml --enable-mbstring --enable-mbregex --enable-zend-multibyte --with-gd
    #make
    #make install

  •