1. pcre を設定します
? ./configure --prefix=/usr/local/pcre
?
? ./configure --prefix=/usr/local/apr
?
3. apr-util を設定します
?
4. Apache httpd を設定します
./configure --prefix=/usr/local/apache2 --with-pcre=/usr/local/pcre --with-apr=/usr/local/apr - -with-apr-util=/usr/local/apr-util --enable-load-all-modules
? httpd.conf を開き、ServerName を 127.0.0.1? サービスを開始します httpd -k start または httpd -k restart
?
5. libiconv
?./configure --prefix=/usr/local/libiconv
?make および make install
6.php を設定します
?yum install libtool-ltdl-devel
に追加します。 / php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-iconv=/usr/local/libiconv --with-freetype-dir --with-jpeg-dir --with-png- dir --with-zlib --with-curl --with-gd --enable-gd-native-ttf --with-apxs2=/usr/local/apache2/bin/apxs --enable-sockets
? 作成してインストールします
7. 関連する設定ファイルのパラメータを変更します