目次



目的

準備

インストール

  1. ソースの取得
    # wget -P /usr/local/src http://jp.php.net/get/php-4.4.8.tar.gz/from/this/mirror

  2. ソースの解凍
    # cd /usr/local/src
    # tar zxvf php-4.4.8.tar.gz

  3. コンパイル設定
    configureのヘルプ
    # cd /usr/local/src/php-4.4.8
    # ./configure \~
    > --with-apxs2=/usr/local/apache2/bin/apxs \~
    > --with-pgsql=/usr/local/pgsql \~
    > --with-openssl \~
    > --with-openssl-dir=/usr/local/ssl \~
    > --with-zlib

  4. インストール
    # make
    # make install

初期設定


トップ   編集 凍結解除 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-05-10 (水) 20:53:52