「インストール - Apache2(SUSE)」の版間の差分

ナビゲーションに移動 検索に移動
39行目: 39行目:
   
   
  ../configure --prefix=<Apache2のインストールディレクトリ>  \
  ../configure --prefix=<Apache2のインストールディレクトリ>  \
               --with-apr --with-apr-util             \
               --with-apr=/usr                        \
               --with-included-apr                   \  # srclib内のAPRとAPR-Utilもビルド対象にする
              --with-apr-util=/usr                  \
               --with-included-apr=/usr/include/apr-1 \  # srclib内のAPRとAPR-Utilもビルド対象にする
               --with-mpms-shared=all                \  # worker, prefork, eventをビルド対象にする
               --with-mpms-shared=all                \  # worker, prefork, eventをビルド対象にする
               --with-pcre=<PCREのインストールディレクトリ>  \  # 例. /usr/local/src/pcre-<バージョン>/pcre-config
               --with-pcre=<PCREのインストールディレクトリ>  \  # 例. /usr/local/src/pcre-<バージョン>/pcre-config

案内メニュー