13,002
回編集
39行目: | 39行目: | ||
../configure --prefix=<Apache2のインストールディレクトリ> \ | ../configure --prefix=<Apache2のインストールディレクトリ> \ | ||
--with-apr --with-apr-util | --with-apr=/usr \ | ||
--with-included-apr | --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 |