APM 설치전 필수 라이브러리 다운로드 및 설치
- http://www.gzip.org/zlib/ zlib 다운로드
- http://libpng.sourceforge.net/ libpng 다운로드
- http://www.freetype.org/ free type 다운로드
- http://www.ijg.org/ libjpeg 다운로드
- http://www.boutell.com/gd/ gd 다운로드
- http://xmlsoft.org/ libxml2 다운로드
#===========================================================
# 필수 라이브러리 설치
#===========================================================
cd /usr/local/src
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.3.tar.gz
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.10.tar.gz
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.2.1.tar.gz
wget http://www.ijg.org/files/jpegsrc.v6b.tar.gz
wget http://www.libgd.org/releases/oldreleases/gd-2.0.33.tar.gz
wget ftp://xmlsoft.org/libxml2/libxml2-2.6.24.tar.gz
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.tar.gz
wget http://curl.haxx.se/download/curl-7.16.1.tar.gz
#-----------------------------------------------
# 1. ZLIB 설치
#-----------------------------------------------
tar xvfz zlib*
cd zlib*
./configure
make
make install
cd ..
#-----------------------------------------------
# 2. LIBPNG 설치
#-----------------------------------------------
tar xvfz libpng*
cd libpng*
cp scripts/makefile.linux makefile
make test
make install
cd ..
#-----------------------------------------------
# 3. FREETYPE 설치
#-----------------------------------------------
tar xvfz freetype*
cd freetype*
./configure
make
make install
cd ..
#-----------------------------------------------
# 4. JPEGSRC 설치
#-----------------------------------------------
tar xvfz jpegsrc*
cd jpeg-6b
./configure --enable-shared --enable-static
make
make test
make install
make install-lib
make install-headers
cd ..
#-----------------------------------------------
# 5. GD 설치
#-----------------------------------------------
tar xvfz gd*
cd gd*
./configure
make
make install
cd ..
#-----------------------------------------------
# 6. LIBXML2 설치
#-----------------------------------------------
tar xvfz libxml2*
cd libxml2*
./configure
make
make install
cd ..
#-----------------------------------------------
# 7. LIBICONV 설치
#-----------------------------------------------
tar xvfz libiconv*
cd libiconv*
./configure --prefix=/usr/local
make; make install
ln -s /usr/local/lib/libiconv.so.2 /usr/lib/libiconv.so.2
cd ..
#-----------------------------------------------
# 8. curl 설치
#-----------------------------------------------
tar xfpz curl*
cd curl*
./configure;make;make install
cd..
- http://libpng.sourceforge.net/ libpng 다운로드
- http://www.freetype.org/ free type 다운로드
- http://www.ijg.org/ libjpeg 다운로드
- http://www.boutell.com/gd/ gd 다운로드
- http://xmlsoft.org/ libxml2 다운로드
#===========================================================
# 필수 라이브러리 설치
#===========================================================
cd /usr/local/src
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.3.tar.gz
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.10.tar.gz
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.2.1.tar.gz
wget http://www.ijg.org/files/jpegsrc.v6b.tar.gz
wget http://www.libgd.org/releases/oldreleases/gd-2.0.33.tar.gz
wget ftp://xmlsoft.org/libxml2/libxml2-2.6.24.tar.gz
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.tar.gz
wget http://curl.haxx.se/download/curl-7.16.1.tar.gz
#-----------------------------------------------
# 1. ZLIB 설치
#-----------------------------------------------
tar xvfz zlib*
cd zlib*
./configure
make
make install
cd ..
#-----------------------------------------------
# 2. LIBPNG 설치
#-----------------------------------------------
tar xvfz libpng*
cd libpng*
cp scripts/makefile.linux makefile
make test
make install
cd ..
#-----------------------------------------------
# 3. FREETYPE 설치
#-----------------------------------------------
tar xvfz freetype*
cd freetype*
./configure
make
make install
cd ..
#-----------------------------------------------
# 4. JPEGSRC 설치
#-----------------------------------------------
tar xvfz jpegsrc*
cd jpeg-6b
./configure --enable-shared --enable-static
make
make test
make install
make install-lib
make install-headers
cd ..
#-----------------------------------------------
# 5. GD 설치
#-----------------------------------------------
tar xvfz gd*
cd gd*
./configure
make
make install
cd ..
#-----------------------------------------------
# 6. LIBXML2 설치
#-----------------------------------------------
tar xvfz libxml2*
cd libxml2*
./configure
make
make install
cd ..
#-----------------------------------------------
# 7. LIBICONV 설치
#-----------------------------------------------
tar xvfz libiconv*
cd libiconv*
./configure --prefix=/usr/local
make; make install
ln -s /usr/local/lib/libiconv.so.2 /usr/lib/libiconv.so.2
cd ..
#-----------------------------------------------
# 8. curl 설치
#-----------------------------------------------
tar xfpz curl*
cd curl*
./configure;make;make install
cd..
[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
댓글 2개
17년 전
APM 설치후 위 라이브러리들을 설치하면 문제가 되나요??
haejuksun
14년 전
넵, 컴파일할때 에러뜹니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 10년 전 | 448 | ||
| 7829 |
|
10년 전 | 633 | |
| 7828 | 10년 전 | 558 | ||
| 7827 | 10년 전 | 457 | ||
| 7826 | 10년 전 | 468 | ||
| 7825 | 10년 전 | 509 | ||
| 7824 | 10년 전 | 469 | ||
| 7823 | 10년 전 | 412 | ||
| 7822 | 10년 전 | 388 | ||
| 7821 | 10년 전 | 331 | ||
| 7820 | 10년 전 | 361 | ||
| 7819 |
|
10년 전 | 761 | |
| 7818 | 10년 전 | 410 | ||
| 7817 | 10년 전 | 571 | ||
| 7816 | 10년 전 | 429 | ||
| 7815 | 10년 전 | 626 | ||
| 7814 | 10년 전 | 465 | ||
| 7813 | 10년 전 | 417 | ||
| 7812 | 10년 전 | 428 | ||
| 7811 | 10년 전 | 410 | ||
| 7810 | 10년 전 | 603 | ||
| 7809 | 10년 전 | 539 | ||
| 7808 | 10년 전 | 413 | ||
| 7807 | 10년 전 | 433 | ||
| 7806 |
프로그래머7
|
10년 전 | 1356 | |
| 7805 | 10년 전 | 1298 | ||
| 7804 |
zahir1312
|
10년 전 | 794 | |
| 7803 |
|
10년 전 | 1396 | |
| 7802 | 10년 전 | 490 | ||
| 7801 | 10년 전 | 880 | ||
| 7800 | 10년 전 | 1101 | ||
| 7799 | 10년 전 | 582 | ||
| 7798 | 10년 전 | 534 | ||
| 7797 | 10년 전 | 546 | ||
| 7796 | 10년 전 | 384 | ||
| 7795 | 10년 전 | 538 | ||
| 7794 | 10년 전 | 581 | ||
| 7793 | 10년 전 | 1079 | ||
| 7792 | 10년 전 | 501 | ||
| 7791 | 10년 전 | 584 | ||
| 7790 | 10년 전 | 523 | ||
| 7789 |
fbastore
|
10년 전 | 1472 | |
| 7788 | 10년 전 | 574 | ||
| 7787 | 10년 전 | 432 | ||
| 7786 | 10년 전 | 634 | ||
| 7785 | 10년 전 | 617 | ||
| 7784 | 10년 전 | 672 | ||
| 7783 | 10년 전 | 485 | ||
| 7782 | 10년 전 | 520 | ||
| 7781 | 10년 전 | 923 | ||
| 7780 | 10년 전 | 839 | ||
| 7779 | 10년 전 | 793 | ||
| 7778 | 10년 전 | 377 | ||
| 7777 | 10년 전 | 487 | ||
| 7776 | 10년 전 | 485 | ||
| 7775 | 10년 전 | 425 | ||
| 7774 | 10년 전 | 640 | ||
| 7773 | 10년 전 | 397 | ||
| 7772 | 10년 전 | 763 | ||
| 7771 | 10년 전 | 417 | ||
| 7770 | 10년 전 | 664 | ||
| 7769 | 10년 전 | 417 | ||
| 7768 | 10년 전 | 636 | ||
| 7767 | 10년 전 | 1199 | ||
| 7766 | 10년 전 | 520 | ||
| 7765 | 10년 전 | 570 | ||
| 7764 |
잘살아보자
|
10년 전 | 423 | |
| 7763 |
|
10년 전 | 1486 | |
| 7762 |
Tosea
|
10년 전 | 1081 | |
| 7761 | 10년 전 | 678 | ||
| 7760 |
잘살아보자
|
10년 전 | 723 | |
| 7759 |
잘살아보자
|
10년 전 | 563 | |
| 7758 |
잘살아보자
|
10년 전 | 624 | |
| 7757 | 10년 전 | 1265 | ||
| 7756 |
ITBANK
|
10년 전 | 1276 | |
| 7755 | 10년 전 | 1940 | ||
| 7754 | 10년 전 | 1087 | ||
| 7753 | 10년 전 | 907 | ||
| 7752 | 10년 전 | 1413 | ||
| 7751 |
잘살아보자
|
10년 전 | 561 | |
| 7750 |
잘살아보자
|
10년 전 | 495 | |
| 7749 |
잘살아보자
|
10년 전 | 515 | |
| 7748 |
잘살아보자
|
10년 전 | 538 | |
| 7747 |
잘살아보자
|
10년 전 | 615 | |
| 7746 |
잘살아보자
|
10년 전 | 694 | |
| 7745 |
잘살아보자
|
10년 전 | 936 | |
| 7744 |
잘살아보자
|
10년 전 | 433 | |
| 7743 | 10년 전 | 961 | ||
| 7742 |
starbros
|
10년 전 | 855 | |
| 7741 |
잘살아보자
|
10년 전 | 696 | |
| 7740 |
잘살아보자
|
10년 전 | 580 | |
| 7739 |
잘살아보자
|
10년 전 | 478 | |
| 7738 |
잘살아보자
|
10년 전 | 558 | |
| 7737 |
잘살아보자
|
10년 전 | 534 | |
| 7736 |
잘살아보자
|
10년 전 | 550 | |
| 7735 |
잘살아보자
|
10년 전 | 884 | |
| 7734 |
잘살아보자
|
10년 전 | 443 | |
| 7733 |
잘살아보자
|
10년 전 | 560 | |
| 7732 |
잘살아보자
|
10년 전 | 720 | |
| 7731 |
잘살아보자
|
10년 전 | 640 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기