サーバ立ち上げにあたり、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
You’re the one with the brains here. I’m wtaichng for your posts.