페도라 코어 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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 447 | ||
| 7929 | 9년 전 | 379 | ||
| 7928 | 9년 전 | 462 | ||
| 7927 | 9년 전 | 373 | ||
| 7926 | 9년 전 | 681 | ||
| 7925 | 9년 전 | 395 | ||
| 7924 | 9년 전 | 381 | ||
| 7923 | 9년 전 | 375 | ||
| 7922 | 9년 전 | 409 | ||
| 7921 | 9년 전 | 424 | ||
| 7920 | 9년 전 | 341 | ||
| 7919 | 9년 전 | 349 | ||
| 7918 | 9년 전 | 502 | ||
| 7917 | 9년 전 | 353 | ||
| 7916 | 9년 전 | 441 | ||
| 7915 | 9년 전 | 445 | ||
| 7914 | 9년 전 | 454 | ||
| 7913 | 9년 전 | 628 | ||
| 7912 | 9년 전 | 463 | ||
| 7911 | 9년 전 | 393 | ||
| 7910 | 9년 전 | 440 | ||
| 7909 | 9년 전 | 542 | ||
| 7908 | 9년 전 | 484 | ||
| 7907 | 9년 전 | 421 | ||
| 7906 | 9년 전 | 442 | ||
| 7905 | 9년 전 | 407 | ||
| 7904 | 9년 전 | 393 | ||
| 7903 | 9년 전 | 392 | ||
| 7902 | 9년 전 | 588 | ||
| 7901 |
|
9년 전 | 764 | |
| 7900 | 9년 전 | 643 | ||
| 7899 | 9년 전 | 427 | ||
| 7898 | 9년 전 | 425 | ||
| 7897 | 9년 전 | 382 | ||
| 7896 | 9년 전 | 396 | ||
| 7895 | 9년 전 | 511 | ||
| 7894 | 9년 전 | 427 | ||
| 7893 | 9년 전 | 399 | ||
| 7892 | 9년 전 | 434 | ||
| 7891 | 9년 전 | 797 | ||
| 7890 | 9년 전 | 1226 | ||
| 7889 | 9년 전 | 762 | ||
| 7888 |
limsy1987
|
9년 전 | 574 | |
| 7887 | 9년 전 | 602 | ||
| 7886 | 9년 전 | 492 | ||
| 7885 | 9년 전 | 458 | ||
| 7884 | 9년 전 | 451 | ||
| 7883 | 9년 전 | 455 | ||
| 7882 | 9년 전 | 516 | ||
| 7881 | 9년 전 | 486 | ||
| 7880 | 9년 전 | 611 | ||
| 7879 | 9년 전 | 499 | ||
| 7878 | 9년 전 | 1274 | ||
| 7877 | 9년 전 | 798 | ||
| 7876 | 9년 전 | 533 | ||
| 7875 | 9년 전 | 608 | ||
| 7874 |
|
9년 전 | 826 | |
| 7873 | 9년 전 | 543 | ||
| 7872 | 9년 전 | 711 | ||
| 7871 | 9년 전 | 526 | ||
| 7870 | 9년 전 | 647 | ||
| 7869 | 9년 전 | 458 | ||
| 7868 | 9년 전 | 496 | ||
| 7867 | 9년 전 | 494 | ||
| 7866 | 9년 전 | 549 | ||
| 7865 | 9년 전 | 489 | ||
| 7864 | 9년 전 | 555 | ||
| 7863 | 9년 전 | 549 | ||
| 7862 | 9년 전 | 505 | ||
| 7861 | 9년 전 | 687 | ||
| 7860 | 9년 전 | 659 | ||
| 7859 | 9년 전 | 438 | ||
| 7858 | 9년 전 | 741 | ||
| 7857 | 9년 전 | 1127 | ||
| 7856 | 9년 전 | 562 | ||
| 7855 | 9년 전 | 788 | ||
| 7854 | 9년 전 | 746 | ||
| 7853 | 9년 전 | 637 | ||
| 7852 | 9년 전 | 560 | ||
| 7851 | 9년 전 | 548 | ||
| 7850 | 9년 전 | 629 | ||
| 7849 | 9년 전 | 393 | ||
| 7848 | 9년 전 | 460 | ||
| 7847 | 9년 전 | 704 | ||
| 7846 | 9년 전 | 492 | ||
| 7845 | 9년 전 | 462 | ||
| 7844 | 9년 전 | 432 | ||
| 7843 | 9년 전 | 469 | ||
| 7842 | 9년 전 | 448 | ||
| 7841 | 9년 전 | 424 | ||
| 7840 | 9년 전 | 435 | ||
| 7839 | 9년 전 | 478 | ||
| 7838 | 9년 전 | 544 | ||
| 7837 | 9년 전 | 381 | ||
| 7836 | 9년 전 | 436 | ||
| 7835 | 10년 전 | 510 | ||
| 7834 |
|
10년 전 | 1222 | |
| 7833 | 10년 전 | 481 | ||
| 7832 | 10년 전 | 456 | ||
| 7831 | 10년 전 | 616 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기