페도라 코어 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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8130 | 9년 전 | 470 | ||
| 8129 |
|
9년 전 | 626 | |
| 8128 | 9년 전 | 502 | ||
| 8127 |
|
9년 전 | 563 | |
| 8126 | 9년 전 | 492 | ||
| 8125 | 9년 전 | 749 | ||
| 8124 |
|
9년 전 | 481 | |
| 8123 | 9년 전 | 472 | ||
| 8122 | 9년 전 | 409 | ||
| 8121 | 9년 전 | 515 | ||
| 8120 | 9년 전 | 446 | ||
| 8119 | 9년 전 | 524 | ||
| 8118 |
|
9년 전 | 613 | |
| 8117 |
|
9년 전 | 384 | |
| 8116 |
PASKRAN
|
9년 전 | 451 | |
| 8115 | 9년 전 | 445 | ||
| 8114 |
kiplayer
|
9년 전 | 585 | |
| 8113 | 9년 전 | 420 | ||
| 8112 |
|
9년 전 | 537 | |
| 8111 | 9년 전 | 390 | ||
| 8110 | 9년 전 | 428 | ||
| 8109 | 9년 전 | 339 | ||
| 8108 |
|
9년 전 | 527 | |
| 8107 |
|
9년 전 | 415 | |
| 8106 |
|
9년 전 | 412 | |
| 8105 | 9년 전 | 457 | ||
| 8104 |
|
9년 전 | 410 | |
| 8103 |
|
9년 전 | 410 | |
| 8102 |
|
9년 전 | 371 | |
| 8101 |
snshero
|
9년 전 | 756 | |
| 8100 | 9년 전 | 819 | ||
| 8099 | 9년 전 | 784 | ||
| 8098 | 9년 전 | 694 | ||
| 8097 | 9년 전 | 486 | ||
| 8096 | 9년 전 | 686 | ||
| 8095 | 9년 전 | 809 | ||
| 8094 | 9년 전 | 486 | ||
| 8093 | 9년 전 | 780 | ||
| 8092 | 9년 전 | 740 | ||
| 8091 | 9년 전 | 1130 | ||
| 8090 | 9년 전 | 741 | ||
| 8089 | 9년 전 | 943 | ||
| 8088 | 9년 전 | 617 | ||
| 8087 | 9년 전 | 728 | ||
| 8086 | 9년 전 | 494 | ||
| 8085 | 9년 전 | 462 | ||
| 8084 | 9년 전 | 601 | ||
| 8083 | 9년 전 | 571 | ||
| 8082 | 9년 전 | 741 | ||
| 8081 | 9년 전 | 453 | ||
| 8080 | 9년 전 | 540 | ||
| 8079 | 9년 전 | 493 | ||
| 8078 | 9년 전 | 423 | ||
| 8077 | 9년 전 | 500 | ||
| 8076 | 9년 전 | 385 | ||
| 8075 | 9년 전 | 402 | ||
| 8074 | 9년 전 | 372 | ||
| 8073 | 9년 전 | 420 | ||
| 8072 | 9년 전 | 408 | ||
| 8071 |
o1o111
|
9년 전 | 860 | |
| 8070 | 9년 전 | 379 | ||
| 8069 | 9년 전 | 306 | ||
| 8068 | 9년 전 | 570 | ||
| 8067 | 9년 전 | 377 | ||
| 8066 | 9년 전 | 405 | ||
| 8065 | 9년 전 | 353 | ||
| 8064 | 9년 전 | 337 | ||
| 8063 | 9년 전 | 300 | ||
| 8062 | 9년 전 | 288 | ||
| 8061 | 9년 전 | 334 | ||
| 8060 | 9년 전 | 355 | ||
| 8059 | 9년 전 | 293 | ||
| 8058 | 9년 전 | 229 | ||
| 8057 | 9년 전 | 359 | ||
| 8056 | 9년 전 | 287 | ||
| 8055 | 9년 전 | 318 | ||
| 8054 | 9년 전 | 334 | ||
| 8053 | 9년 전 | 378 | ||
| 8052 | 9년 전 | 262 | ||
| 8051 | 9년 전 | 305 | ||
| 8050 | 9년 전 | 371 | ||
| 8049 | 9년 전 | 298 | ||
| 8048 | 9년 전 | 406 | ||
| 8047 | 9년 전 | 337 | ||
| 8046 | 9년 전 | 265 | ||
| 8045 | 9년 전 | 239 | ||
| 8044 | 9년 전 | 305 | ||
| 8043 | 9년 전 | 252 | ||
| 8042 | 9년 전 | 269 | ||
| 8041 | 9년 전 | 311 | ||
| 8040 | 9년 전 | 240 | ||
| 8039 | 9년 전 | 300 | ||
| 8038 | 9년 전 | 251 | ||
| 8037 | 9년 전 | 368 | ||
| 8036 | 9년 전 | 454 | ||
| 8035 | 9년 전 | 406 | ||
| 8034 | 9년 전 | 368 | ||
| 8033 | 9년 전 | 325 | ||
| 8032 | 9년 전 | 382 | ||
| 8031 | 9년 전 | 315 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기