itoigawabass

itoigawaのブログ

インストール

2011-04-14

覚書
httpd-2.2.17
マイナーチェンジなら前回のソーストップにあるconfig.niceをコピーして
./config.nice
make
make install
apachectl stop
apachectl start
configu.niceの内容は
./configure --enable-ssl --enable-so --enable-mods-shared=most --with-mpm=prefork --enable-suexec --with-suexec-caller=nobody

mysql-5.1.56
mysql-5.5系ではconfigureは廃止されたようCMAKE
./configure --with-charset=utf8 --with-collation=utf8_general_ci --with-extra-charsets=all --with-mysqld-user=mysql --with-plugins=all
make
make install
mysql.server stop
mysql.server start

php-5.3.6
config.niceを使用
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli=mysqlnd --with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --enable-mbstring --enable-mbregex --with-curl=/usr/local/ --with-curlwrappers --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-zlib-dir --with-freetype-dir --enable-gd-native-ttf --enable-gd-jis-conv --without-sqlite --disable-cgi --with-mcrypt
make
make install

カテゴリー:blog
タグ: