페도라 코어 3 시디 #1 과 #3 만 준비하시면 됩니다.
최소설치를 선택하여 리눅스를 설치한 후
아래의 명령대로만 하시면 됩니다.
잘안되시면 아래의 링크에 있는 원본 설치 방법을 따라해 보세요.
필요한 파일은 ftp.superuser.co.kr 에서 다운로드 받습니다.
yum install zlib* libjpeg* libpng* libxml* krb5* openldap* flex
openssl 소스설치
cd /usr/local/src
wget ftp://ftp.sir.co.kr/pub/etc/openssl-0.9.8a.tar.gz
tar xfz openssl-0.9.8a.tar.gz
cd openssl-0.9.8a
./config;make;make install
curl 소스설치
cd /usr/local/src
wget ftp://ftp.sir.co.kr/pub/etc/curl-7.15.1.tar.bz2
tar xfj curl-7.15.1.tar.bz2
cd curl-7.15.1
./configure;make;make install
### mysql 4.1.x
rpm -qa | grep mysql
rpm -e mysql-devel mysql --nodeps
rpm -e mysql-server --nodeps
wget ftp://ftp.sir.co.kr/pub/mysql/mysql-4.1.20.tar.gz
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-mysql-user=mysql --with-charset=euckr
make; make install
/usr/local/mysql/bin/mysql_install_db
echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf
ldconfig
cp /usr/local/mysql/share/mysql/my-medium.cnf /etc/my.cnf
groupadd mysql
useradd -M -c Mysql_server -d /usr/local/mysql -g mysql -s /bin/nologin mysql
chown root.mysql -R /usr/local/mysql
chown mysql.mysql -R /usr/local/mysql/data
# 이전버전과 호환되게 하시려면
echo "/usr/local/mysql/bin/mysqld_safe --old-passwords &" >> /etc/rc.local
# 일반적으로 사용하시려면
echo "/usr/local/mysql/bin/mysqld_safe &" >> /etc/rc.local
### apache 2.x
./configure --prefix=/usr/local/apache --enable-mods-shared=most --enable-modules=so --with-mpm=worker
make; make install
echo "/usr/local/apache/lib" >> /etc/ld.so.conf
echo "/usr/local/apache/modules" >> /etc/ld.so.conf
ldconfig
# php 4.x
./configure --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-gif-dir=/usr/local --with-tiff-dir=/usr/local --with-gd --with-openssl --with-gettext --with-kerberos --with-swf-dir=/usr/local/swf --with-mod_charset --with-language=korean --with-charset=euc_kr --with-regex=php --with-dbm --with-gdbm --with-curl --with-ldap --with-xml --with-ttf --enable-module=so --enable-gd-native-ttf --enable-ftp --enable-sockets --disable-debug --enable-sysvsem --enable-sysvshm --enable-shmop --enable-track-vars --enable-freetype-4bit-antialias-hack --enable-calendar --enable-sigchild --enable-magic-quotes --enable-trans-sid --enable-inline-optimization --enable-bcmath --enable-exif
make; make install
cp php.ini-dist /usr/local/lib/php/php.ini
### /usr/local/apache/conf/httpd.conf 에 아래와 같이 추가 및 수정
# Dynamic Share Object (DSO) Support
LoadModule php4_module modules/libphp4.so # 이미 추가되어 있는 경우도 있음
DirectoryIndex index.html index.htm index.php
### /usr/local/apache/conf/mime.types 에 아래와 같이 두줄 추가
application/x-httpd-php php html htm
application/x-httpd-php-source phps
echo "/usr/local/apache/bin/apachectl start" >> /etc/rc.local
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2728 | |
| 729 |
그레이스웹
|
19년 전 | 3520 | |
| 728 |
|
19년 전 | 2702 | |
| 727 |
|
19년 전 | 2539 | |
| 726 |
|
19년 전 | 2355 | |
| 725 |
|
19년 전 | 2259 | |
| 724 |
|
19년 전 | 2138 | |
| 723 |
|
19년 전 | 4263 | |
| 722 |
|
19년 전 | 2687 | |
| 721 |
|
19년 전 | 2178 | |
| 720 |
|
19년 전 | 2278 | |
| 719 |
|
19년 전 | 2858 | |
| 718 |
|
19년 전 | 1969 | |
| 717 |
|
19년 전 | 3198 | |
| 716 |
|
19년 전 | 2758 | |
| 715 |
|
19년 전 | 2280 | |
| 714 |
|
19년 전 | 1832 | |
| 713 |
|
19년 전 | 2249 | |
| 712 |
|
19년 전 | 2016 | |
| 711 |
|
19년 전 | 1913 | |
| 710 |
|
19년 전 | 2484 | |
| 709 |
|
19년 전 | 2340 | |
| 708 |
|
19년 전 | 3901 | |
| 707 |
|
19년 전 | 3744 | |
| 706 |
|
19년 전 | 2244 | |
| 705 |
|
19년 전 | 3320 | |
| 704 |
|
19년 전 | 1988 | |
| 703 |
|
19년 전 | 2392 | |
| 702 |
|
19년 전 | 2286 | |
| 701 |
홀로남은자
|
19년 전 | 2352 | |
| 700 |
홀로남은자
|
19년 전 | 2188 | |
| 699 | 19년 전 | 2820 | ||
| 698 |
|
19년 전 | 2845 | |
| 697 |
|
19년 전 | 3182 | |
| 696 |
|
19년 전 | 3052 | |
| 695 |
|
19년 전 | 2718 | |
| 694 |
|
19년 전 | 2953 | |
| 693 |
|
19년 전 | 3199 | |
| 692 |
|
19년 전 | 2884 | |
| 691 |
|
19년 전 | 2630 | |
| 690 | 19년 전 | 2933 | ||
| 689 | 19년 전 | 4518 | ||
| 688 | 19년 전 | 2442 | ||
| 687 | 19년 전 | 2456 | ||
| 686 | 19년 전 | 3490 | ||
| 685 | 19년 전 | 3177 | ||
| 684 | 19년 전 | 2839 | ||
| 683 | 19년 전 | 2068 | ||
| 682 | 19년 전 | 1780 | ||
| 681 | 19년 전 | 2880 | ||
| 680 | 19년 전 | 1733 | ||
| 679 | 19년 전 | 2314 | ||
| 678 | 19년 전 | 3965 | ||
| 677 | 19년 전 | 3745 | ||
| 676 | 19년 전 | 3474 | ||
| 675 | 19년 전 | 3414 | ||
| 674 |
|
19년 전 | 1571 | |
| 673 |
|
19년 전 | 1940 | |
| 672 |
|
19년 전 | 1868 | |
| 671 | 19년 전 | 2535 | ||
| 670 | 19년 전 | 4641 | ||
| 669 |
|
19년 전 | 2775 | |
| 668 |
|
19년 전 | 1931 | |
| 667 |
|
19년 전 | 1942 | |
| 666 |
|
19년 전 | 1853 | |
| 665 |
|
19년 전 | 2585 | |
| 664 |
|
19년 전 | 8185 | |
| 663 |
|
19년 전 | 2738 | |
| 662 |
|
19년 전 | 2798 | |
| 661 |
|
19년 전 | 3050 | |
| 660 |
|
19년 전 | 2223 | |
| 659 |
|
19년 전 | 2238 | |
| 658 |
|
19년 전 | 2183 | |
| 657 |
|
19년 전 | 2089 | |
| 656 |
|
19년 전 | 2279 | |
| 655 |
|
19년 전 | 2540 | |
| 654 |
|
19년 전 | 3085 | |
| 653 | 19년 전 | 2336 | ||
| 652 | 19년 전 | 1919 | ||
| 651 |
|
19년 전 | 2856 | |
| 650 | 19년 전 | 5021 | ||
| 649 | 19년 전 | 3511 | ||
| 648 | 19년 전 | 3467 | ||
| 647 | 19년 전 | 2980 | ||
| 646 | 19년 전 | 2414 | ||
| 645 | 19년 전 | 1504 | ||
| 644 | 19년 전 | 3146 | ||
| 643 | 19년 전 | 2026 | ||
| 642 |
|
19년 전 | 5400 | |
| 641 | 19년 전 | 2439 | ||
| 640 | 19년 전 | 3438 | ||
| 639 | 19년 전 | 2875 | ||
| 638 | 19년 전 | 1769 | ||
| 637 | 19년 전 | 3882 | ||
| 636 | 19년 전 | 2432 | ||
| 635 | 19년 전 | 2323 | ||
| 634 |
|
19년 전 | 3028 | |
| 633 |
|
19년 전 | 3308 | |
| 632 | 19년 전 | 2514 | ||
| 631 | 19년 전 | 2271 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기