Will be Prosumer's Revolution and Technical Revolution in the Future!
Linux User/Developer is also Windows User/Developer... Cross Platform Engineer...
"21C 공학인을 대통령, 국회의원으로 만들자!" "더욱 더 많은 동지분들이 공학제국 건설에 동참할 수 있도록 널리 알려주세요~" [ F = m * a ]
과학기술/공학인이 대한민국 국회 의석의 50% 이상을 확보하는 그날을 위하여~ ^___^
아래내용은 centos 5.2을 노트북에 설치하고 apm 테스트를 위하여 phpinfo()를 본 캡쳐화면입니다.
일반적으로 Linux 배포판들에서는 MySQL, Apache, PHP를 rpm 패키지로 지원한다. 하지만, 메이저버전이 올라가면 업데이트를 제공하지 않는다. 그래서 각 애플리케이션에 대한 업데이트가 불편할 뿐만 아니라, 엉뚱한 버전으로 업데이트하다 보면 오류가 발생할 여지도 있다.
* 2007년 *
1. CentOS 리눅스 구축관리실무 집필
2007년 12월 출판 - 출판사 : (주)수퍼유저코리아 * 2009년 *
2. 김태용의 C++ 기초 입문 :: gcc로 공부하는 C++와 wxWidgets GUI 집필
2009년 03월 출판 - 출판사: (주)수퍼유저코리아
3. 김태용의 리눅스 쉘 스크립트 프로그래밍 입문 집필
2009년 9월 출판 - 출판사: 제이펍 * 2011년 *
4. 김태용의 JSP 웹 프로그래밍 입문
2011년 1월 출판 - 출판사: 제이펍
인생목표 프로젝트
- 공학/기술인의 위상을 높이고, 공학과 기술중심의 TechNation Korea 건설을 위한 공학정치 실현 - 공학/기술인을 대한민국의 수장으로 만들기 - 1000만 달러 벌기 -> 우수 공학인재 서포팅하기
오늘 하루동안 열심모드로해서 결국 성공했습니다.
아파치 실행후 첫페이지가 안떠서 고생했구요 (iptables -F 방화벽해제를 하니 접속됨)
php설치에서 자꾸 error가 떠서 이리저리 검색해도 답이 없길래 다른 버전을 받아서
다시 하니 되더군요.
CentOS는 기본적으로 방화벽이 설정되나봐요. 설치할때 몰랐는데...
다해놓구 왜 접속이 안되나해서 이것때문에 별짓 다했었습니다.
역시 어렵네요. 휴....
OS도 5번이나 재설치했네요. 텍스트모드로까지 다 해봐서 설치하난 무리없이 마스터 한것 같습니다.;;;
인간승리~!
앞으로도 똑 같은 방법으로 몇번더 설치해보려고 합니다. 정말 도움 감사드려요.
DNS(네임서버) 설정도 위와같이 길안내좀 해주셨으면 더할나위없이 좋겠습니다. ^^
* 아참 설치는 노트북에 했구요... 기종은 삼성 Q35입니다. OS는 Cent OS 5.2 DVD
그리고 설치후에 항상 CRT에서 한글이 깨지길래 설정부터 바꿉니다.
--------------------CRT--------------------------------------------------------------------------------------
/etc/sysconfig/i18n 파일을 우선 백업을 하고(혹시 모르는 일이니...)
vi나 기타 텍스트 편집기로 열고, 기존 내용을 전부 지운 다음 다음 내용을 넣는다.
CentOS 5.2를 설치하고 위에서부터 아래로 주욱 내려오면서 그대로 진행했는데 설치까지는 제대로 진행이 됐으나 실행단계에서 많이 걸리더군요. 왜 그런지 이유도 모른체 몇번이나 재 설치하다가 이제서야 설치가 된게 기존에 설치되어있던 RPM들을 제거하고 난 후에 설치 & 설정이 가능하더군요
어찌보면 가장 기초적인 문제였을텐데도 불구하고 몇차례나 그랬다는것 자체가 좀 부끄러워지나 혹시나 저같은 분이 또 있을까 해서 한번 올려봅니다
configure 를 실행하면 잘 가다가....
[root@adtopping php-5.2.5]# --prefix=/usr/local/php \
-bash: --prefix=/usr/local/php: No such file or directory
[root@adtopping php-5.2.5]# --with-apxs2=/usr/local/apache/bin/apxs \
-bash: --with-apxs2=/usr/local/apache/bin/apxs: No such file or directory
[root@adtopping php-5.2.5]# --with-mysql=/home/mysql \
-bash: --with-mysql=/home/mysql: No such file or directory
[root@adtopping php-5.2.5]# --with-mysqli=/home/mysql/bin/mysql_config \
-bash: --with-mysqli=/home/mysql/bin/mysql_config: No such file or directory
[root@adtopping php-5.2.5]# --with-pdo-mysql=/home/mysql \
-bash: --with-pdo-mysql=/home/mysql: No such file or directory
[root@adtopping php-5.2.5]# --with-config-file-path=/usr/local/apache/conf \
-bash: --with-config-file-path=/usr/local/apache/conf: No such file or directory
[root@adtopping php-5.2.5]# --enable-magic-quotes \
-bash: --enable-magic-quotes: command not found
[root@adtopping php-5.2.5]# --enable-mod-charset \
-bash: --enable-mod-charset: command not found
[root@adtopping php-5.2.5]# --enable-mbstring \
-bash: --enable-mbstring: command not found
[root@adtopping php-5.2.5]# --enable-sigchild \
-bash: --enable-sigchild: command not found
[root@adtopping php-5.2.5]# --enable-safe-mode \
-bash: --enable-safe-mode: command not found
[root@adtopping php-5.2.5]# --enable-bcmath \
-bash: --enable-bcmath: command not found
[root@adtopping php-5.2.5]# --enable-calendar \
-bash: --enable-calendar: command not found
[root@adtopping php-5.2.5]# --enable-sysvmsg \
-bash: --enable-sysvmsg: command not found
[root@adtopping php-5.2.5]# --enable-sysvsem \
-bash: --enable-sysvsem: command not found
[root@adtopping php-5.2.5]# --enable-sysvshm \
-bash: --enable-sysvshm: command not found
[root@adtopping php-5.2.5]# --enable-sockets \
-bash: --enable-sockets: command not found
[root@adtopping php-5.2.5]# --enable-ftp \
-bash: --enable-ftp: command not found
[root@adtopping php-5.2.5]# --with-snmp \
-bash: --with-snmp: command not found
[root@adtopping php-5.2.5]# --with-openssl \
-bash: --with-openssl: command not found
[root@adtopping php-5.2.5]# --with-zlib \
-bash: --with-zlib: command not found
[root@adtopping php-5.2.5]# --with-zlib-dir \
-bash: --with-zlib-dir: command not found
[root@adtopping php-5.2.5]# --with-jpeg-dir \
-bash: --with-jpeg-dir: command not found
[root@adtopping php-5.2.5]# --with-png-dir \
-bash: --with-png-dir: command not found
[root@adtopping php-5.2.5]# --with-freetype-dir \
-bash: --with-freetype-dir: command not found
[root@adtopping php-5.2.5]# --with-gd= \
-bash: --with-gd=: command not found
[root@adtopping php-5.2.5]# --enable-gd-native-ttf \
-bash: --enable-gd-native-ttf: command not found
[root@adtopping php-5.2.5]# --with-ttf \
-bash: --with-ttf: command not found
[root@adtopping php-5.2.5]# --with-gettext \
-bash: --with-gettext: command not found
[root@adtopping php-5.2.5]# --enable-exif \
-bash: --enable-exif: command not found
[root@adtopping php-5.2.5]# --with-xpm-dir \
-bash: --with-xpm-dir: command not found
[root@adtopping php-5.2.5]# --with-libxml-dir \
-bash: --with-libxml-dir: command not found
[root@adtopping php-5.2.5]# --with-pcre-dir \
-bash: --with-pcre-dir: command not found
[root@adtopping php-5.2.5]# --with-imap \
-bash: --with-imap: command not found
[root@adtopping php-5.2.5]# --with-imap-ssl \
-bash: --with-imap-ssl: command not found
[root@adtopping php-5.2.5]# --with-kerberos \
-bash: --with-kerberos: command not found
[root@adtopping php-5.2.5]# --with-curl \
-bash: --with-curl: command not found
[root@adtopping php-5.2.5]# --with-ncurses \
-bash: --with-ncurses: command not found
[root@adtopping php-5.2.5]# --enable-sqlite-utf8 \
-bash: --enable-sqlite-utf8: command not found
[root@adtopping php-5.2.5]# --with-regex=php \
-bash: --with-regex=php: command not found
한국LUG 사이트는 1024 x 768 해상도(운영자 노트북:14")에 최적화 되어 있습니다. : LINUX FANSITE
WWW.LUG.OR.KR Server is made by CentOS Linux, P4 1.8G, Memory 512MB, Main HDD 160GB, Backup HDD 40GB and LAMP, qmail MTA.
CentOS Linux & Mozilla Firefox UTF-8 Base Created.
1998-2024 www.lug.or.kr Directed By Great Dragon, Kim.
Top
LUG 포인트 정책 : [회원가입 : +100점] [로그인(하루한번) : +100점] [글쓰기 : +20점] [코멘트 : +10점] [다운로드 : -200점] [질문 포인트 : 최소 200점]
데스크탑 프로그래밍(gcc, g++, wxGTK[wxWidgets] 등)은 "Fedora"를 사용하고, 서버 운영(WEB, FTP 등)은 "CentOS"를 사용하시길 권장합니다.
도전하는자, 자신을 투자하는자만이 뜻하는바를 이룰 수 있다.
Information should be Exchanged with Interactive, not One Way Direction.
준회원,
정회원,
우수회원,
VIP회원,
기업회원,
관리자 Be Maker!
인생에서, 100% 순이익을 보장하는건 없다. 1%의 지식을 나눔으로써, 가끔씩 손해볼 필요도 있다.
그대가 가진 1%의 지식만이라도 공공을 위해 포스팅하라. 손해본다는 생각이 앞선다면 그대의 인생은 힘들어질것이다.
자신이 가진 지식의 1%도 투자하지 않고, 오로지 자신의 이익만 탐하는자와는 동지가 되지마라.
만나서 대화하면 모두 좋은 사람들이지만, 유독 인터넷에서만 자신을 밝히지 않고, 좀비로 서식하는 사람들이 많다.
부지불식간[不知不識間], 좀비(하류) 인생이 될지도 모르니, 항상 자신을 경계하도록 하라.
[도서 안내]
1. CentOS Linux
2. gcc로 공부하는 C++
베스트셀러 입성^^