페도라 코어 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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 424 | ||
| 7829 |
|
9년 전 | 617 | |
| 7828 | 9년 전 | 542 | ||
| 7827 | 9년 전 | 435 | ||
| 7826 | 9년 전 | 437 | ||
| 7825 | 10년 전 | 482 | ||
| 7824 | 10년 전 | 446 | ||
| 7823 | 10년 전 | 383 | ||
| 7822 | 10년 전 | 362 | ||
| 7821 | 10년 전 | 313 | ||
| 7820 | 10년 전 | 350 | ||
| 7819 |
|
10년 전 | 752 | |
| 7818 | 10년 전 | 391 | ||
| 7817 | 10년 전 | 523 | ||
| 7816 | 10년 전 | 412 | ||
| 7815 | 10년 전 | 609 | ||
| 7814 | 10년 전 | 435 | ||
| 7813 | 10년 전 | 377 | ||
| 7812 | 10년 전 | 403 | ||
| 7811 | 10년 전 | 394 | ||
| 7810 | 10년 전 | 567 | ||
| 7809 | 10년 전 | 499 | ||
| 7808 | 10년 전 | 380 | ||
| 7807 | 10년 전 | 408 | ||
| 7806 |
프로그래머7
|
10년 전 | 1335 | |
| 7805 | 10년 전 | 1276 | ||
| 7804 |
zahir1312
|
10년 전 | 780 | |
| 7803 |
|
10년 전 | 1376 | |
| 7802 | 10년 전 | 460 | ||
| 7801 | 10년 전 | 864 | ||
| 7800 | 10년 전 | 1087 | ||
| 7799 | 10년 전 | 559 | ||
| 7798 | 10년 전 | 514 | ||
| 7797 | 10년 전 | 513 | ||
| 7796 | 10년 전 | 354 | ||
| 7795 | 10년 전 | 506 | ||
| 7794 | 10년 전 | 559 | ||
| 7793 | 10년 전 | 1060 | ||
| 7792 | 10년 전 | 477 | ||
| 7791 | 10년 전 | 557 | ||
| 7790 | 10년 전 | 509 | ||
| 7789 |
fbastore
|
10년 전 | 1449 | |
| 7788 | 10년 전 | 546 | ||
| 7787 | 10년 전 | 402 | ||
| 7786 | 10년 전 | 595 | ||
| 7785 | 10년 전 | 587 | ||
| 7784 | 10년 전 | 646 | ||
| 7783 | 10년 전 | 454 | ||
| 7782 | 10년 전 | 494 | ||
| 7781 | 10년 전 | 900 | ||
| 7780 | 10년 전 | 818 | ||
| 7779 | 10년 전 | 776 | ||
| 7778 | 10년 전 | 364 | ||
| 7777 | 10년 전 | 456 | ||
| 7776 | 10년 전 | 462 | ||
| 7775 | 10년 전 | 411 | ||
| 7774 | 10년 전 | 631 | ||
| 7773 | 10년 전 | 386 | ||
| 7772 | 10년 전 | 736 | ||
| 7771 | 10년 전 | 391 | ||
| 7770 | 10년 전 | 647 | ||
| 7769 | 10년 전 | 387 | ||
| 7768 | 10년 전 | 613 | ||
| 7767 | 10년 전 | 1174 | ||
| 7766 | 10년 전 | 492 | ||
| 7765 | 10년 전 | 530 | ||
| 7764 |
잘살아보자
|
10년 전 | 394 | |
| 7763 |
|
10년 전 | 1460 | |
| 7762 |
Tosea
|
10년 전 | 1058 | |
| 7761 | 10년 전 | 650 | ||
| 7760 |
잘살아보자
|
10년 전 | 681 | |
| 7759 |
잘살아보자
|
10년 전 | 512 | |
| 7758 |
잘살아보자
|
10년 전 | 595 | |
| 7757 | 10년 전 | 1246 | ||
| 7756 |
ITBANK
|
10년 전 | 1253 | |
| 7755 | 10년 전 | 1930 | ||
| 7754 | 10년 전 | 1057 | ||
| 7753 | 10년 전 | 886 | ||
| 7752 | 10년 전 | 1396 | ||
| 7751 |
잘살아보자
|
10년 전 | 534 | |
| 7750 |
잘살아보자
|
10년 전 | 479 | |
| 7749 |
잘살아보자
|
10년 전 | 490 | |
| 7748 |
잘살아보자
|
10년 전 | 498 | |
| 7747 |
잘살아보자
|
10년 전 | 592 | |
| 7746 |
잘살아보자
|
10년 전 | 682 | |
| 7745 |
잘살아보자
|
10년 전 | 919 | |
| 7744 |
잘살아보자
|
10년 전 | 419 | |
| 7743 | 10년 전 | 948 | ||
| 7742 |
starbros
|
10년 전 | 843 | |
| 7741 |
잘살아보자
|
10년 전 | 677 | |
| 7740 |
잘살아보자
|
10년 전 | 548 | |
| 7739 |
잘살아보자
|
10년 전 | 466 | |
| 7738 |
잘살아보자
|
10년 전 | 536 | |
| 7737 |
잘살아보자
|
10년 전 | 505 | |
| 7736 |
잘살아보자
|
10년 전 | 523 | |
| 7735 |
잘살아보자
|
10년 전 | 851 | |
| 7734 |
잘살아보자
|
10년 전 | 432 | |
| 7733 |
잘살아보자
|
10년 전 | 546 | |
| 7732 |
잘살아보자
|
10년 전 | 702 | |
| 7731 |
잘살아보자
|
10년 전 | 627 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기