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년 전
넵, 컴파일할때 에러뜹니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2030 | 17년 전 | 2786 | ||
| 2029 | 17년 전 | 1595 | ||
| 2028 | 17년 전 | 1344 | ||
| 2027 | 17년 전 | 1607 | ||
| 2026 |
진정한승리
|
17년 전 | 2518 | |
| 2025 | 17년 전 | 1733 | ||
| 2024 | 17년 전 | 2016 | ||
| 2023 | 17년 전 | 1303 | ||
| 2022 |
SE7EN
|
17년 전 | 1040 | |
| 2021 | 17년 전 | 1124 | ||
| 2020 | 17년 전 | 2924 | ||
| 2019 | 17년 전 | 2466 | ||
| 2018 | 17년 전 | 2048 | ||
| 2017 | 17년 전 | 2048 | ||
| 2016 | 17년 전 | 1794 | ||
| 2015 | 17년 전 | 2247 | ||
| 2014 | 17년 전 | 2013 | ||
| 2013 | 17년 전 | 1984 | ||
| 2012 | 17년 전 | 1868 | ||
| 2011 | 17년 전 | 1204 | ||
| 2010 | 17년 전 | 1821 | ||
| 2009 | 17년 전 | 2225 | ||
| 2008 | 17년 전 | 2296 | ||
| 2007 | 17년 전 | 1639 | ||
| 2006 |
Arone
|
17년 전 | 1507 | |
| 2005 |
|
17년 전 | 1353 | |
| 2004 | 17년 전 | 2572 | ||
| 2003 |
suerte
|
17년 전 | 2671 | |
| 2002 |
suerte
|
17년 전 | 2075 | |
| 2001 |
suerte
|
17년 전 | 2417 | |
| 2000 |
|
17년 전 | 2721 | |
| 1999 |
|
17년 전 | 1325 | |
| 1998 |
|
17년 전 | 1189 | |
| 1997 | 17년 전 | 6325 | ||
| 1996 | 17년 전 | 1178 | ||
| 1995 | 17년 전 | 1628 | ||
| 1994 | 17년 전 | 1776 | ||
| 1993 | 17년 전 | 1099 | ||
| 1992 | 17년 전 | 1188 | ||
| 1991 | 17년 전 | 1888 | ||
| 1990 |
sdjsu
|
17년 전 | 1517 | |
| 1989 | 17년 전 | 3614 | ||
| 1988 |
smilesol
|
17년 전 | 1203 | |
| 1987 |
|
17년 전 | 1903 | |
| 1986 | 17년 전 | 1168 | ||
| 1985 | 17년 전 | 1387 | ||
| 1984 | 17년 전 | 2358 | ||
| 1983 | 17년 전 | 2010 | ||
| 1982 | 17년 전 | 1034 | ||
| 1981 | 17년 전 | 1035 | ||
| 1980 | 17년 전 | 1085 | ||
| 1979 |
오렌지76
|
17년 전 | 6041 | |
| 1978 |
오렌지76
|
17년 전 | 5843 | |
| 1977 | 17년 전 | 2027 | ||
| 1976 |
없어씨바라
|
17년 전 | 1020 | |
| 1975 | 17년 전 | 1111 | ||
| 1974 | 17년 전 | 2078 | ||
| 1973 | 17년 전 | 1508 | ||
| 1972 | 17년 전 | 1151 | ||
| 1971 |
smilesol
|
17년 전 | 1180 | |
| 1970 | 17년 전 | 1127 | ||
| 1969 |
smilesol
|
17년 전 | 1055 | |
| 1968 |
소행성블루
|
17년 전 | 3964 | |
| 1967 |
소행성블루
|
17년 전 | 2177 | |
| 1966 | 17년 전 | 1629 | ||
| 1965 |
소행성블루
|
17년 전 | 2766 | |
| 1964 |
고양Ol아빠
|
17년 전 | 1470 | |
| 1963 | 17년 전 | 1152 | ||
| 1962 | 17년 전 | 1170 | ||
| 1961 |
choijinhee
|
17년 전 | 1241 | |
| 1960 | 17년 전 | 1125 | ||
| 1959 | 17년 전 | 1245 | ||
| 1958 |
하이웹솔루션
|
17년 전 | 2402 | |
| 1957 | 17년 전 | 4189 | ||
| 1956 | 17년 전 | 1189 | ||
| 1955 | 17년 전 | 3947 | ||
| 1954 | 17년 전 | 4098 | ||
| 1953 | 17년 전 | 1217 | ||
| 1952 | 17년 전 | 2171 | ||
| 1951 | 17년 전 | 1618 | ||
| 1950 | 17년 전 | 3211 | ||
| 1949 | 17년 전 | 1359 | ||
| 1948 | 17년 전 | 3608 | ||
| 1947 | 17년 전 | 3404 | ||
| 1946 | 17년 전 | 2573 | ||
| 1945 | 17년 전 | 2938 | ||
| 1944 | 17년 전 | 2624 | ||
| 1943 | 17년 전 | 1944 | ||
| 1942 | 17년 전 | 3312 | ||
| 1941 | 17년 전 | 2624 | ||
| 1940 | 17년 전 | 3519 | ||
| 1939 |
|
17년 전 | 1147 | |
| 1938 | 17년 전 | 2245 | ||
| 1937 | 17년 전 | 1318 | ||
| 1936 |
smilesol
|
17년 전 | 1184 | |
| 1935 |
AHEEZII
|
17년 전 | 1057 | |
| 1934 |
smilesol
|
17년 전 | 1042 | |
| 1933 | 17년 전 | 1417 | ||
| 1932 | 17년 전 | 2855 | ||
| 1931 | 17년 전 | 3250 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기