페도라 코어 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년 전 | 380 | ||
| 7829 |
|
9년 전 | 559 | |
| 7828 | 9년 전 | 492 | ||
| 7827 | 9년 전 | 376 | ||
| 7826 | 9년 전 | 384 | ||
| 7825 | 9년 전 | 437 | ||
| 7824 | 9년 전 | 419 | ||
| 7823 | 9년 전 | 326 | ||
| 7822 | 9년 전 | 322 | ||
| 7821 | 9년 전 | 266 | ||
| 7820 | 9년 전 | 322 | ||
| 7819 |
|
9년 전 | 727 | |
| 7818 | 10년 전 | 340 | ||
| 7817 | 10년 전 | 461 | ||
| 7816 | 10년 전 | 362 | ||
| 7815 | 10년 전 | 568 | ||
| 7814 | 10년 전 | 394 | ||
| 7813 | 10년 전 | 340 | ||
| 7812 | 10년 전 | 348 | ||
| 7811 | 10년 전 | 365 | ||
| 7810 | 10년 전 | 501 | ||
| 7809 | 10년 전 | 441 | ||
| 7808 | 10년 전 | 308 | ||
| 7807 | 10년 전 | 366 | ||
| 7806 |
프로그래머7
|
10년 전 | 1309 | |
| 7805 | 10년 전 | 1231 | ||
| 7804 |
zahir1312
|
10년 전 | 747 | |
| 7803 |
|
10년 전 | 1348 | |
| 7802 | 10년 전 | 408 | ||
| 7801 | 10년 전 | 834 | ||
| 7800 | 10년 전 | 1060 | ||
| 7799 | 10년 전 | 508 | ||
| 7798 | 10년 전 | 464 | ||
| 7797 | 10년 전 | 458 | ||
| 7796 | 10년 전 | 305 | ||
| 7795 | 10년 전 | 457 | ||
| 7794 | 10년 전 | 485 | ||
| 7793 | 10년 전 | 1005 | ||
| 7792 | 10년 전 | 411 | ||
| 7791 | 10년 전 | 496 | ||
| 7790 | 10년 전 | 462 | ||
| 7789 |
fbastore
|
10년 전 | 1407 | |
| 7788 | 10년 전 | 496 | ||
| 7787 | 10년 전 | 359 | ||
| 7786 | 10년 전 | 512 | ||
| 7785 | 10년 전 | 533 | ||
| 7784 | 10년 전 | 599 | ||
| 7783 | 10년 전 | 403 | ||
| 7782 | 10년 전 | 449 | ||
| 7781 | 10년 전 | 862 | ||
| 7780 | 10년 전 | 784 | ||
| 7779 | 10년 전 | 752 | ||
| 7778 | 10년 전 | 320 | ||
| 7777 | 10년 전 | 411 | ||
| 7776 | 10년 전 | 410 | ||
| 7775 | 10년 전 | 345 | ||
| 7774 | 10년 전 | 604 | ||
| 7773 | 10년 전 | 333 | ||
| 7772 | 10년 전 | 671 | ||
| 7771 | 10년 전 | 335 | ||
| 7770 | 10년 전 | 616 | ||
| 7769 | 10년 전 | 335 | ||
| 7768 | 10년 전 | 549 | ||
| 7767 | 10년 전 | 1121 | ||
| 7766 | 10년 전 | 447 | ||
| 7765 | 10년 전 | 484 | ||
| 7764 |
잘살아보자
|
10년 전 | 329 | |
| 7763 |
|
10년 전 | 1403 | |
| 7762 |
Tosea
|
10년 전 | 1023 | |
| 7761 | 10년 전 | 614 | ||
| 7760 |
잘살아보자
|
10년 전 | 614 | |
| 7759 |
잘살아보자
|
10년 전 | 432 | |
| 7758 |
잘살아보자
|
10년 전 | 539 | |
| 7757 | 10년 전 | 1189 | ||
| 7756 |
ITBANK
|
10년 전 | 1221 | |
| 7755 | 10년 전 | 1899 | ||
| 7754 | 10년 전 | 1006 | ||
| 7753 | 10년 전 | 846 | ||
| 7752 | 10년 전 | 1351 | ||
| 7751 |
잘살아보자
|
10년 전 | 477 | |
| 7750 |
잘살아보자
|
10년 전 | 444 | |
| 7749 |
잘살아보자
|
10년 전 | 445 | |
| 7748 |
잘살아보자
|
10년 전 | 424 | |
| 7747 |
잘살아보자
|
10년 전 | 519 | |
| 7746 |
잘살아보자
|
10년 전 | 639 | |
| 7745 |
잘살아보자
|
10년 전 | 880 | |
| 7744 |
잘살아보자
|
10년 전 | 394 | |
| 7743 | 10년 전 | 913 | ||
| 7742 |
starbros
|
10년 전 | 791 | |
| 7741 |
잘살아보자
|
10년 전 | 616 | |
| 7740 |
잘살아보자
|
10년 전 | 484 | |
| 7739 |
잘살아보자
|
10년 전 | 442 | |
| 7738 |
잘살아보자
|
10년 전 | 495 | |
| 7737 |
잘살아보자
|
10년 전 | 454 | |
| 7736 |
잘살아보자
|
10년 전 | 475 | |
| 7735 |
잘살아보자
|
10년 전 | 808 | |
| 7734 |
잘살아보자
|
10년 전 | 404 | |
| 7733 |
잘살아보자
|
10년 전 | 503 | |
| 7732 |
잘살아보자
|
10년 전 | 656 | |
| 7731 |
잘살아보자
|
10년 전 | 583 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기