ホーム > タグ > conf
conf
phpとMySQLとapacheのコンパイル
- 2008-05-10 (土)
- 未分類
サーバ立ち上げにあたり、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
- Comments: 0
- Trackbacks: 0
関連記事
Home > Tags > conf



