MediaWiki
提供:株ドラゴンwiki
(版間での差分)
1行: | 1行: | ||
− | + | == MySQLをインストール == | |
./configure \ | ./configure \ | ||
11行: | 11行: | ||
--with-openssl | --with-openssl | ||
− | + | ||
+ | == apache2をインストール == | ||
◎apache2 | ◎apache2 | ||
30行: | 31行: | ||
--enable-mods-shared=all | --enable-mods-shared=all | ||
− | + | == php5をインストール == | |
./configure \ | ./configure \ |
2007年3月6日 (火) 01:24時点における版
MySQLをインストール
./configure \ --prefix=/usr/local/mysql \ --with-mysqld-user=mysql \ --with-charset=utf8 \ --with-extra-charsets=all \ --localstatedir=/usr/local/mysql/var \ --enable-assembler \ --enable-thread-safe-client \ --with-openssl
apache2をインストール
◎apache2
./configure --prefix=/usr/local/apache2 \ --enable-so \ --enable-cgi \ --enable-info \ --enable-rewrite \ --enable-speling \ --enable-usertrack \ --enable-deflate \ --enable-ssl \ --enable-mime-magic \ --enable-shared=yes \ --enable-dav=yes \ --with-included-apr \ --enable-module=all \ --enable-mods-shared=all
php5をインストール
./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql \ --with-mysqli=/usr/local/mysql/bin/mysql_config \ --prefix=/usr/local/apache2/php \ --with-config-file-path=/usr/local/apache2/php \ --enable-force-cgi-redirect \ --disable-cgi \ --with-zlib \ --with-gettext \ --with-gdbm