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년 전 | 2006 | |
| 1229 |
|
18년 전 | 2942 | |
| 1228 |
|
18년 전 | 2629 | |
| 1227 | 18년 전 | 2928 | ||
| 1226 | 18년 전 | 2362 | ||
| 1225 |
|
18년 전 | 2432 | |
| 1224 | 18년 전 | 2740 | ||
| 1223 |
|
18년 전 | 3988 | |
| 1222 |
mixdesign
|
18년 전 | 2632 | |
| 1221 |
|
18년 전 | 2747 | |
| 1220 | 18년 전 | 3207 | ||
| 1219 | 18년 전 | 2913 | ||
| 1218 | 18년 전 | 2111 | ||
| 1217 |
|
18년 전 | 2555 | |
| 1216 | 18년 전 | 2567 | ||
| 1215 |
mixdesign
|
18년 전 | 4048 | |
| 1214 |
|
18년 전 | 4788 | |
| 1213 | 18년 전 | 2318 | ||
| 1212 |
mixdesign
|
18년 전 | 2497 | |
| 1211 |
|
18년 전 | 2425 | |
| 1210 | 18년 전 | 3756 | ||
| 1209 |
mixdesign
|
18년 전 | 2376 | |
| 1208 |
mixdesign
|
18년 전 | 2378 | |
| 1207 |
mixdesign
|
18년 전 | 1721 | |
| 1206 |
mixdesign
|
18년 전 | 2003 | |
| 1205 |
mixdesign
|
18년 전 | 2701 | |
| 1204 |
mixdesign
|
18년 전 | 3579 | |
| 1203 | 18년 전 | 3091 | ||
| 1202 | 18년 전 | 2972 | ||
| 1201 | 18년 전 | 2033 | ||
| 1200 | 18년 전 | 4127 | ||
| 1199 | 18년 전 | 2167 | ||
| 1198 | 18년 전 | 4196 | ||
| 1197 | 18년 전 | 2504 | ||
| 1196 | 18년 전 | 2360 | ||
| 1195 |
|
18년 전 | 3462 | |
| 1194 | 18년 전 | 2239 | ||
| 1193 | 18년 전 | 2153 | ||
| 1192 | 18년 전 | 3273 | ||
| 1191 | 18년 전 | 3957 | ||
| 1190 | 18년 전 | 2221 | ||
| 1189 |
|
18년 전 | 2361 | |
| 1188 |
|
18년 전 | 3827 | |
| 1187 | 18년 전 | 2708 | ||
| 1186 | 18년 전 | 3369 | ||
| 1185 | 18년 전 | 2775 | ||
| 1184 | 18년 전 | 1664 | ||
| 1183 | 18년 전 | 2135 | ||
| 1182 | 18년 전 | 3703 | ||
| 1181 |
mermaid
|
18년 전 | 2919 | |
| 1180 | 18년 전 | 2972 | ||
| 1179 | 18년 전 | 3608 | ||
| 1178 | 18년 전 | 2168 | ||
| 1177 |
|
18년 전 | 2285 | |
| 1176 | 18년 전 | 3176 | ||
| 1175 | 18년 전 | 1873 | ||
| 1174 |
|
18년 전 | 2230 | |
| 1173 |
|
18년 전 | 2528 | |
| 1172 | 18년 전 | 1777 | ||
| 1171 | 18년 전 | 2104 | ||
| 1170 | 18년 전 | 1989 | ||
| 1169 | 18년 전 | 2506 | ||
| 1168 | 18년 전 | 1927 | ||
| 1167 | 18년 전 | 1722 | ||
| 1166 | 18년 전 | 1749 | ||
| 1165 | 18년 전 | 1728 | ||
| 1164 | 18년 전 | 2784 | ||
| 1163 | 18년 전 | 1559 | ||
| 1162 |
|
18년 전 | 5679 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2406 | |
| 1160 | 18년 전 | 1669 | ||
| 1159 | 18년 전 | 4703 | ||
| 1158 | 18년 전 | 2052 | ||
| 1157 | 18년 전 | 4842 | ||
| 1156 | 18년 전 | 3191 | ||
| 1155 | 18년 전 | 2132 | ||
| 1154 | 18년 전 | 1832 | ||
| 1153 |
BEST79
|
18년 전 | 2110 | |
| 1152 | 18년 전 | 1726 | ||
| 1151 | 18년 전 | 1840 | ||
| 1150 | 18년 전 | 1839 | ||
| 1149 |
inniskun
|
18년 전 | 2480 | |
| 1148 |
|
18년 전 | 3495 | |
| 1147 |
|
18년 전 | 5977 | |
| 1146 |
|
18년 전 | 3865 | |
| 1145 | 18년 전 | 3058 | ||
| 1144 | 18년 전 | 2137 | ||
| 1143 | 18년 전 | 2408 | ||
| 1142 | 18년 전 | 2197 | ||
| 1141 |
|
18년 전 | 2305 | |
| 1140 | 18년 전 | 2411 | ||
| 1139 | 18년 전 | 2846 | ||
| 1138 | 18년 전 | 2540 | ||
| 1137 | 18년 전 | 1999 | ||
| 1136 | 18년 전 | 3130 | ||
| 1135 | 18년 전 | 3598 | ||
| 1134 | 18년 전 | 3835 | ||
| 1133 |
자반고등어
|
18년 전 | 3344 | |
| 1132 | 18년 전 | 3390 | ||
| 1131 | 18년 전 | 2567 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기