반응형
순서 참조 : http://www.ordinarycouple.net/8
1. Essential 설치
sudo apt-get install build-essential
2. JDK INSTALL
http://cdcsman.tistory.com/tag/sun-java6-jdk%20%EC%84%A4%EC%B9%98
"/etc/apt/sources.list" 파일에서 확인 할수 있다.
그러고 나서 업데이트후 설치를 하면 끝 ~
$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
"/etc/apt/sources.list" 파일에서 확인 할수 있다.
그러고 나서 업데이트후 설치를 하면 끝 ~
$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
우선 순위 확인
sudo update-alternatives --config java
/usr/lib/jvm/java-6-sun/jre/bin/java
4. APR
apr-aprutil-apache-jdk-tomcat-connector- tomcat - maven
http://blog.naver.com/PostView.nhn?blogId=aj0518&logNo=70038577370
+Apache 설치http://blog.naver.com/PostView.nhn?blogId=aj0518&logNo=70038577370
5. APXS 설치
apt-get install apache2-threaded-dev
http://www.starhost.co.kr/xe/blog/textyle/155916
http://scroogy.tistory.com/tag/우분투 apache
>참고:http://wiki.kldp.org/wiki.php/Apache2Tomcat5Howto
./configure --prefix=/root/app/apache-2.2.17 --with-mpm=prefork --with-z --enable-module=so --enable-info=shared --enable-rewrite=shared --enable-expires=shared --enable-headers=shared --enable-status=shared --enable-proxy=shared --enable-proxy-http=shared
./configure --prefix=/usr/local/apache-2.2.17 --with-mpm=prefork --with-z --enable-module=so --enable-info=shared --enable-rewrite=shared --enable-expires=shared --enable-headers=shared --enable-status=shared --enable-proxy=shared --enable-proxy-http=shared --with-included-apr --with-apr=/usr/local/apr
make
make install
(apache 전용 계정 설정)
가상서버 모듈 설정
-apache 삭제
반응형
'etc' 카테고리의 다른 글
위장전문 병원 블로그 (0) | 2011.02.14 |
---|---|
자바 역 컴파일 (0) | 2011.02.12 |
conference : Graph mining (0) | 2011.02.10 |
graph-mining system (0) | 2011.02.10 |
svn disconnect ; linux (0) | 2011.02.10 |