コンパイルオプション集

コンパイルするたびにいつも忘れてるのでメモメモ

  • mysql
    –with-charset=utf8 –with-extra-charsets=all –with-mysqld-user=mysql –prefix=/usr/local/mysql
  • apache2
    –enable-mods-shared=most –enable-ssl=shared –prefix=/usr/local/apache2 –enable-so –with-ssl=/usr/local/ssl
  • php4
    –with-apxs2=/usr/local/apache2/bin/apxs –with-mysql=/usr/local/mysql –enable-zend-multibyte –enable-mbstring –enable-mbregex
    GDを使う場合は追加
    –with-gd=/usr/local –with-jpeg-dir=/usr/ –with-png-dir=/usr –with-xpm-dir=/usr –with-freetype-dir=/usr/sfw –with-tiff-dir=/usr –with-xml=/usr –with-zlib=/usr –with-xpm-dir=/usr

コメントする

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

PAGE TOP