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년 전
넵, 컴파일할때 에러뜹니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1230 |
|
18년 전 | 2004 | |
| 1229 |
|
18년 전 | 2938 | |
| 1228 |
|
18년 전 | 2628 | |
| 1227 | 18년 전 | 2924 | ||
| 1226 | 18년 전 | 2359 | ||
| 1225 |
|
18년 전 | 2428 | |
| 1224 | 18년 전 | 2737 | ||
| 1223 |
|
18년 전 | 3984 | |
| 1222 |
mixdesign
|
18년 전 | 2626 | |
| 1221 |
|
18년 전 | 2746 | |
| 1220 | 18년 전 | 3206 | ||
| 1219 | 18년 전 | 2909 | ||
| 1218 | 18년 전 | 2105 | ||
| 1217 |
|
18년 전 | 2549 | |
| 1216 | 18년 전 | 2561 | ||
| 1215 |
mixdesign
|
18년 전 | 4035 | |
| 1214 |
|
18년 전 | 4786 | |
| 1213 | 18년 전 | 2315 | ||
| 1212 |
mixdesign
|
18년 전 | 2491 | |
| 1211 |
|
18년 전 | 2423 | |
| 1210 | 18년 전 | 3755 | ||
| 1209 |
mixdesign
|
18년 전 | 2372 | |
| 1208 |
mixdesign
|
18년 전 | 2374 | |
| 1207 |
mixdesign
|
18년 전 | 1718 | |
| 1206 |
mixdesign
|
18년 전 | 2002 | |
| 1205 |
mixdesign
|
18년 전 | 2698 | |
| 1204 |
mixdesign
|
18년 전 | 3577 | |
| 1203 | 18년 전 | 3089 | ||
| 1202 | 18년 전 | 2971 | ||
| 1201 | 18년 전 | 2029 | ||
| 1200 | 18년 전 | 4125 | ||
| 1199 | 18년 전 | 2160 | ||
| 1198 | 18년 전 | 4193 | ||
| 1197 | 18년 전 | 2501 | ||
| 1196 | 18년 전 | 2355 | ||
| 1195 |
|
18년 전 | 3462 | |
| 1194 | 18년 전 | 2235 | ||
| 1193 | 18년 전 | 2146 | ||
| 1192 | 18년 전 | 3272 | ||
| 1191 | 18년 전 | 3955 | ||
| 1190 | 18년 전 | 2218 | ||
| 1189 |
|
18년 전 | 2354 | |
| 1188 |
|
18년 전 | 3823 | |
| 1187 | 18년 전 | 2705 | ||
| 1186 | 18년 전 | 3360 | ||
| 1185 | 18년 전 | 2774 | ||
| 1184 | 18년 전 | 1663 | ||
| 1183 | 18년 전 | 2129 | ||
| 1182 | 18년 전 | 3694 | ||
| 1181 |
mermaid
|
18년 전 | 2916 | |
| 1180 | 18년 전 | 2970 | ||
| 1179 | 18년 전 | 3607 | ||
| 1178 | 18년 전 | 2166 | ||
| 1177 |
|
18년 전 | 2281 | |
| 1176 | 18년 전 | 3172 | ||
| 1175 | 18년 전 | 1866 | ||
| 1174 |
|
18년 전 | 2225 | |
| 1173 |
|
18년 전 | 2525 | |
| 1172 | 18년 전 | 1772 | ||
| 1171 | 18년 전 | 2101 | ||
| 1170 | 18년 전 | 1988 | ||
| 1169 | 18년 전 | 2505 | ||
| 1168 | 18년 전 | 1924 | ||
| 1167 | 18년 전 | 1719 | ||
| 1166 | 18년 전 | 1743 | ||
| 1165 | 18년 전 | 1725 | ||
| 1164 | 18년 전 | 2776 | ||
| 1163 | 18년 전 | 1553 | ||
| 1162 |
|
18년 전 | 5670 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2394 | |
| 1160 | 18년 전 | 1665 | ||
| 1159 | 18년 전 | 4701 | ||
| 1158 | 18년 전 | 2052 | ||
| 1157 | 18년 전 | 4841 | ||
| 1156 | 18년 전 | 3188 | ||
| 1155 | 18년 전 | 2129 | ||
| 1154 | 18년 전 | 1832 | ||
| 1153 |
BEST79
|
18년 전 | 2106 | |
| 1152 | 18년 전 | 1723 | ||
| 1151 | 18년 전 | 1838 | ||
| 1150 | 18년 전 | 1836 | ||
| 1149 |
inniskun
|
18년 전 | 2480 | |
| 1148 |
|
18년 전 | 3494 | |
| 1147 |
|
18년 전 | 5976 | |
| 1146 |
|
18년 전 | 3865 | |
| 1145 | 18년 전 | 3056 | ||
| 1144 | 18년 전 | 2133 | ||
| 1143 | 18년 전 | 2404 | ||
| 1142 | 18년 전 | 2194 | ||
| 1141 |
|
18년 전 | 2300 | |
| 1140 | 18년 전 | 2406 | ||
| 1139 | 18년 전 | 2845 | ||
| 1138 | 18년 전 | 2538 | ||
| 1137 | 18년 전 | 1992 | ||
| 1136 | 18년 전 | 3127 | ||
| 1135 | 18년 전 | 3591 | ||
| 1134 | 18년 전 | 3830 | ||
| 1133 |
자반고등어
|
18년 전 | 3335 | |
| 1132 | 18년 전 | 3387 | ||
| 1131 | 18년 전 | 2564 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기