SSブログ

LINUX勉強 ~その7~ centosとLAMP環境 [CENTOS de LAMP]

configureのパラメータ系をおさらい。

1:apache 2.2.14
  ./configure \
   --enable-so \
   --enable-rewrite \
   --enable-rewrite=shared \
   --enable-ssl \
   --with-ssl=/usr/include/openssl/ \
   --enable-ssl=shared \
   --enable-auth_digest=shared

2:mysql 5.1.40
 ./configure
  --with-charset=utf8
  --with-extra-charsets=all
  --with-mysqld-user=mysql
  --with-innodb
  --prefix=/usr/local/mysql

3:php 5.2.11
 ./configure \
  --with-apxs2=/usr/local/apache2/bin/apxs \
  --with-mysql=/usr/local/mysql \
  --with-pdo-mysql=/usr/local/mysql \
  --with-jpeg-dir=/usr/local/lib \
  --with-png-dir=/usr/lib \
  --with-zlib-dir=/usr/lib \
  --with-zlib \
  --enable-mbstring \
  --enable-mbregex \
  --enable-zend-multibyte \
  --with-gd \
  --with-mcrypt \
  --with-openssl=shared

nice!(0)  コメント(0)  トラックバック(0) 
共通テーマ:パソコン・インターネット

nice! 0

コメント 0

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

トラックバック 0

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。