중급자를 위한 리눅스 서버 세팅 순서와 자동 설치 스크립트 소스 - 부분 2

· 19년 전 · 3379
설치시 소스는 최신 버젼을 사용하시고, 스크립트 작성시에도 소스의 버젼을 정확하게 기입하세요

1. OpenSSL-0.9.7d :

wget http://www.openssl.org/source/openssl-0.9.7d.tar.gz &&
tar xzvf openssl-0.9.7d.tar.gz &&
cd openssl-0.9.7d &&
./config &&
make &&
make install &&
ln -sf /usr/local/ssl/bin/openssl /usr/local/bin/openssl &&
ll /usr/local &&
ll /usr/local/bin

**설치 완료 후 확인 : ls /usr/local/ssl




2. JAVA Install :

bzip2 -cd jdk118_v3-glibc-2.1.3.tar.bz2 | tar xvf - &&
bzip2 -cd jre118_v3-glibc-2.1.3.tar.tar |tar -xvf - &&
mv jdk118_v3 /usr/local &&
mv jre118_v3 /usr/local &&
cd /usr/local &&
ln -sf /usr/local/jdk118_v3 /usr/local/java &&
ln -sf /usr/local/jre118_v3 /usr/local/jre &&
ll /usr/local

** ln -sf : 파일 및 디렉토리 링크걸기




3. 그래픽관련 패키지 :
http://www.gzip.org/zlib/

tar -xvzf zlib-1.2.1.tar.gz &&
cd zlib-1.2.1 &&
./configure -s --prefix=/usr/local &&
make &&
./configure --prefix=/usr/local &&
make test &&
make install &&
ll /usr/local/lib/libz.a

** ./configure -s // libz.so 동적모듈생성
** ./configure // libz.a 정적모듈생성



4. http://curl.haxx.se/download.html

tar -xzvf curl-7.12.0.tar.gz &&
cd curl-7.12.0 &&
./configure \
--prefix=/usr/local \
--enable-httpd \
--enable-ftp \
--enable-file \
--enable-dict \
--enable-gopher \
--enable-thread \
--enable-libgcc \
--disable-debug \
--disable-manual \
--with-ssl=/usr/local/ssl \
--with-zlib=/usr/local \
--with-gnu-ld \
--with-pic &&
make &&
make install

** 위 항목들을 지원가능하게 하거나 지원하지 않도록 하는 부분이다.




5. mhash
http://sourceforge.net/project/showfiles.php?group_id=4286

tar -xzvf mhash-0.9.1.tar.gz &&
cd mhash-0.9.1 &&
./configure \
--prefix=/usr/local \
--with-CC \
--with-CFLAGS \
--with-CPPFLAGS \
--with-LDFLAGS \
--with-gnu-ld \
--with-pic &&
make &&
make install &&
ll /usr/local/lib




6. libmcrypt
http://wiretapped.securax.org/security/cryptography/libraries/mcrypt/libmcrypt/

tar -xvzf libmcrypt-2.5.7.tar.gz &&
cd libmcrypt-2.5.7 &&
./configure \
--prefix=/usr/local \
--enable-dynamic-loading \
--with-gnu-ld \
--with-pic &&
make &&
make install &&
ll /usr/local/lib



7. pdf 관련
http://www.fastio.com

tar xvzf clibpdf202r1.tar.gz &&
cd ClibPDF &&
cd source &&
cp Makefile Makefile.orig &&
cp Makefile.Linux Makefile &&
make lib &&
make install



8. 플래쉬 관련
ftp://ftp.sgi.com/sgi/graphics/grafica/flash/index.html

tar -xvzf dist.99.linux.tar.Z &&
mv dist /usr/local/swf &&
cd /usr/local/swf &&
cp swf.h /usr/local/include &&
cp libswf.a /usr/local/lib



9. mm
http://www.engelschall.com/sw/mm/

tar -xvzf mm-1.3.0.tar.gz &&
cd mm-1.3.0 &&
./configure \
--prefix=/usr/local/mm &&
make &&
make install



10. png 파일 지원
http://prdownloads.sourceforge.net/libpng/libpng-1.2.5.tar.gz

tar -xvzf libpng-1.2.5.tar.gz &&
cd libpng-1.2.5 &&
cp scripts/makefile.linux Makefile &&
make &&
make test &&
make install



11. 그래픽관련 freetype 필수
http://prdownloads.sourceforge.net/freetype/

tar -xvzf freetype-2.1.8.tar.gz &&
cd freetype-2.1.8 &&
./configure \
--prefix=/usr/local \
--with-gnu-ld \
--with-pic &&
make &&
make install



12. 그래픽관련 jpegsrc
http://www.ijg.org/files/

tar -xvzf jpegsrc.v6b.tar.gz &&
cd jpeg-6b &&
./configure \
--prefix=/usr/local \
--enable-shared \
--enable-static &&
make &&
make test &&
make install



13. 그래픽관련 libungif
http://sourceforge.net/project/showfiles.php?group_id=102202

tar -xvzf libungif-4.1.3.tar.gz &&
cd libungif-4.1.3 &&
./configure \
--prefix=/usr/local \
--with-gnu-ld \
--with-pic \
--with-x &&
make &&
make install



14. 폰트 관련 tiff
http://dl.maptools.org/dl/libtiff/

tar -xvzf tiff-v3.6.1.tar.gz &&
cd tiff-v3.6.1 &&
./configure \
--prefix=/usr/local &&
make &&
make install

**중간설치중에 질문하면 yes 한다.<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 3,861
19년 전 조회 3,153
19년 전 조회 2,386
19년 전 조회 2,385
19년 전 조회 2,327
19년 전 조회 2,950
19년 전 조회 2,649
19년 전 조회 3,499
19년 전 조회 3,363
19년 전 조회 1,986
19년 전 조회 2,903
19년 전 조회 7,990
19년 전 조회 2,667
19년 전 조회 3,273
19년 전 조회 3,042
19년 전 조회 3,158
19년 전 조회 2,387
19년 전 조회 2,617
19년 전 조회 4,214
19년 전 조회 2,409
19년 전 조회 4,391
19년 전 조회 2,567
19년 전 조회 2,246
19년 전 조회 2,481
19년 전 조회 2,041
19년 전 조회 2,574
19년 전 조회 2,355
19년 전 조회 3,229
19년 전 조회 2,016
19년 전 조회 3,685
19년 전 조회 2,868
19년 전 조회 3,587
19년 전 조회 3,612
19년 전 조회 3,313
19년 전 조회 5,587
19년 전 조회 2,332
19년 전 조회 2,378
19년 전 조회 2,480
19년 전 조회 3,556
19년 전 조회 3,873
19년 전 조회 3,896
19년 전 조회 2,512
19년 전 조회 2,547
19년 전 조회 2,840
19년 전 조회 3,164
19년 전 조회 2,600
19년 전 조회 2,779
19년 전 조회 2,620
19년 전 조회 2,362
19년 전 조회 3,380
19년 전 조회 3,455
19년 전 조회 3,174
19년 전 조회 5,011
19년 전 조회 2,850
19년 전 조회 3,466
19년 전 조회 3,298
19년 전 조회 2,156
19년 전 조회 3,290
19년 전 조회 2,023
19년 전 조회 2,480
19년 전 조회 2,566
19년 전 조회 4,136
19년 전 조회 3,326
19년 전 조회 3,246
19년 전 조회 2,688
19년 전 조회 2,156
19년 전 조회 1,799
19년 전 조회 2,579
19년 전 조회 2,489
19년 전 조회 1,960
19년 전 조회 1,969
19년 전 조회 2,751
19년 전 조회 2,719
19년 전 조회 2,038
19년 전 조회 2,262
19년 전 조회 3,445
19년 전 조회 2,098
19년 전 조회 2,623
19년 전 조회 2,706
19년 전 조회 2,820
19년 전 조회 3,079
19년 전 조회 2,727
19년 전 조회 3,132
19년 전 조회 2,899
19년 전 조회 3,665
19년 전 조회 2,020
19년 전 조회 2,870
19년 전 조회 2,533
19년 전 조회 2,163
19년 전 조회 2,583
19년 전 조회 2,013
19년 전 조회 5,572
19년 전 조회 2,421
19년 전 조회 4,380
19년 전 조회 2,449
19년 전 조회 2,011
19년 전 조회 2,736
19년 전 조회 2,484
19년 전 조회 2,670
19년 전 조회 2,326