MYSQL - DownLoad : wget http://blog.lovecoco.net/userdata/mysql-5.1.22-rc.tar ./configure --prefix=/usr/local/mysql --with-charset=euckr --with-unix-socket-path=/usr/local/mysql/mysql.socket --with-mysqld-user=mysql APACHE - DownLoad : wget http://blog.lovecoco.net/userdata/http-2.2.0.tar ./configure --prefix=/usr/local/apache --enable-mods-shared=most --enable-modules=so --with-mpm=worker PHP - DownLoad : wget http://blog.lovecoco.net/userdata/php-5.2.4.tar ./configure --prefix=/usr/local/php --with-exec-dir=/usr/bin --with-apxs2=/usr/local/apache/bin/apxs --with-apache-install=/usr/local/apache --with-mysql=/usr/local/mysql --with-config-file-path=/etc --disable-debug --enable-safe-mode --enable-track-vars --enable-sockets --with-png-dir=/usr/lib --with-freetype-dir=/usr/include/freetype2 --with-mod_charset --with-charset=euc_kr --with-xml --with-language=korean --enable-mailparse --enable-calender --enable-sysvsem=yes --enable-sysvshm=yes --enable-ftp --enable-magic-quotes --enable-gd-native-ttf --enable-versioning --enable-url-includes --enable-trans-id --enable-inline-optimization --with-iconv --enable-mbstring --enable-mbregex --with-gd --with-ttf --with-gettext --enable-sigchild --enable-module=so --enable-versioning --enable-url-includes --enable-trans-id --enable-inline-optimization --enable-bcmath --with-jpeg --with-png --with-zlib # FTP Server Start /usr/local/proftpd/sbin/proftpd # MySQL Server Start /usr/local/mysql/bin/mysqld_safe --user=mysql --language=korean --old-passwords & # Apache Server Start /usr/local/apache/bin/apachectl start