phpとMySQLとapacheのコンパイル

はてなブックマーク - phpとMySQLとapacheのコンパイル
このエントリーをはてなブックマークに追加
Share on Facebook

サーバ立ち上げにあたり、apache,php,mysqlを入れたので、そのメモ。

apache

./configure --prefix=/usr/local/apache2 --enable-ssl --enable-rewrite --enable-so

PHP

./configure --enable-mbstring --enable-soap --enable-zend-multibyte --with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-curl --with-curlwrappers --with-gd \
--with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --with-mcrypt

MySQL

./configure --with-charset=ujis --with-extra-charsets=all --with-mysqld-user=mysql --with-innodb --prefix=/usr/local/mysql

phpとMySQLとapacheのコンパイル” への1件のコメント

コメントをどうぞ

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <img localsrc="" alt="">