페도라 코어 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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 389 | ||
| 8029 | 9년 전 | 320 | ||
| 8028 | 9년 전 | 277 | ||
| 8027 | 9년 전 | 289 | ||
| 8026 | 9년 전 | 353 | ||
| 8025 | 9년 전 | 395 | ||
| 8024 | 9년 전 | 355 | ||
| 8023 | 9년 전 | 404 | ||
| 8022 | 9년 전 | 326 | ||
| 8021 | 9년 전 | 338 | ||
| 8020 | 9년 전 | 333 | ||
| 8019 | 9년 전 | 351 | ||
| 8018 | 9년 전 | 454 | ||
| 8017 | 9년 전 | 542 | ||
| 8016 | 9년 전 | 347 | ||
| 8015 | 9년 전 | 399 | ||
| 8014 | 9년 전 | 333 | ||
| 8013 | 9년 전 | 248 | ||
| 8012 | 9년 전 | 253 | ||
| 8011 | 9년 전 | 457 | ||
| 8010 | 9년 전 | 310 | ||
| 8009 | 9년 전 | 313 | ||
| 8008 | 9년 전 | 297 | ||
| 8007 | 9년 전 | 439 | ||
| 8006 | 9년 전 | 477 | ||
| 8005 |
|
9년 전 | 976 | |
| 8004 | 9년 전 | 366 | ||
| 8003 | 9년 전 | 433 | ||
| 8002 | 9년 전 | 328 | ||
| 8001 |
|
9년 전 | 672 | |
| 8000 | 9년 전 | 432 | ||
| 7999 | 9년 전 | 385 | ||
| 7998 | 9년 전 | 443 | ||
| 7997 | 9년 전 | 320 | ||
| 7996 | 9년 전 | 545 | ||
| 7995 | 9년 전 | 474 | ||
| 7994 | 9년 전 | 347 | ||
| 7993 | 9년 전 | 413 | ||
| 7992 | 9년 전 | 523 | ||
| 7991 | 9년 전 | 263 | ||
| 7990 | 9년 전 | 302 | ||
| 7989 | 9년 전 | 315 | ||
| 7988 | 9년 전 | 743 | ||
| 7987 | 9년 전 | 442 | ||
| 7986 | 9년 전 | 440 | ||
| 7985 | 9년 전 | 518 | ||
| 7984 | 9년 전 | 439 | ||
| 7983 | 9년 전 | 678 | ||
| 7982 | 9년 전 | 540 | ||
| 7981 | 9년 전 | 489 | ||
| 7980 | 9년 전 | 514 | ||
| 7979 | 9년 전 | 495 | ||
| 7978 | 9년 전 | 468 | ||
| 7977 | 9년 전 | 409 | ||
| 7976 | 9년 전 | 863 | ||
| 7975 | 9년 전 | 375 | ||
| 7974 | 9년 전 | 405 | ||
| 7973 | 9년 전 | 609 | ||
| 7972 | 9년 전 | 395 | ||
| 7971 | 9년 전 | 468 | ||
| 7970 | 9년 전 | 314 | ||
| 7969 | 9년 전 | 555 | ||
| 7968 | 9년 전 | 392 | ||
| 7967 | 9년 전 | 384 | ||
| 7966 | 9년 전 | 386 | ||
| 7965 |
|
9년 전 | 1027 | |
| 7964 | 9년 전 | 412 | ||
| 7963 | 9년 전 | 412 | ||
| 7962 | 9년 전 | 399 | ||
| 7961 |
전갈자리남자
|
9년 전 | 515 | |
| 7960 | 9년 전 | 977 | ||
| 7959 | 9년 전 | 560 | ||
| 7958 | 9년 전 | 420 | ||
| 7957 | 9년 전 | 375 | ||
| 7956 | 9년 전 | 374 | ||
| 7955 | 9년 전 | 469 | ||
| 7954 | 9년 전 | 395 | ||
| 7953 | 9년 전 | 445 | ||
| 7952 | 9년 전 | 368 | ||
| 7951 | 9년 전 | 510 | ||
| 7950 | 9년 전 | 403 | ||
| 7949 | 9년 전 | 396 | ||
| 7948 | 9년 전 | 335 | ||
| 7947 | 9년 전 | 946 | ||
| 7946 | 9년 전 | 452 | ||
| 7945 | 9년 전 | 407 | ||
| 7944 | 9년 전 | 443 | ||
| 7943 | 9년 전 | 394 | ||
| 7942 | 9년 전 | 414 | ||
| 7941 | 9년 전 | 408 | ||
| 7940 | 9년 전 | 903 | ||
| 7939 | 9년 전 | 369 | ||
| 7938 | 9년 전 | 405 | ||
| 7937 | 9년 전 | 294 | ||
| 7936 | 9년 전 | 891 | ||
| 7935 | 9년 전 | 467 | ||
| 7934 | 9년 전 | 434 | ||
| 7933 | 9년 전 | 544 | ||
| 7932 | 9년 전 | 504 | ||
| 7931 | 9년 전 | 555 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기