• ÇÁ¸®Ä«¿îÅÍ
  • Ç÷¡½ÃºÏ
  • ÇÁ¸®º¸µå
  • Àü±¤ÆÇ
  • À¥°øºÎ¹æ
  • Ä¿¹Â´ÏƼ
[PHP] - zlib, libpng, freetype 2, libjpeg, gd ¶óÀ̺귯¸® ¼³Ä¡ 2008.12.05 00:29
±Û¾´ÀÌ : ¿î¿µÀÚ Á¶È¸ : 481 Ãßõ : 0
(1) zlib ¼³Ä¡ : zlibÀº ¾ÐÃà°ú °ü·ÃµÈ ¶óÀ̺귯¸® ÀÔ´Ï´Ù.
[root@localhost local]# cd /usr/local
[root@localhost local]# wget http://ftp.superuser.co.kr/pub/etc/zlib-1.2.1.tar.gz
[root@localhost local]# tar xvfz zlib-1.2.1.tar.gz
[root@localhost local]# cd zlib-1.2.1
[root@localhost zlib-1.2.1]# ./configure && make && make install
[root@localhost zlib-1.2.1]# cd ..
[root@localhost local]# rm -rf zlib-1.2.1*

(2) libpng ¼³Ä¡ : png Æ÷¸ËÀ» ´Ù·ç±â À§ÇÑ ¶óÀ̺귯¸®ÀÔ´Ï´Ù.
[root@localhost local]# wget http://ftp.superuser.co.kr/pub/etc/libpng-1.2.5.tar.gz
[root@localhost local]# tar xvfz libpng-1.2.5.tar.gz
[root@localhost local]# cd libpng-1.2.5
[root@localhost libpng-1.2.5]# cp scripts/makefile.linux makefile
[root@localhost libpng-1.2.5]# make test && make install
[root@localhost libpng-1.2.5]# cd ..
[root@localhost local]# rm -rf libpng-1.2.5*

(3) freetype 2 ¼³Ä¡ : ±ÛÂ¥¸¦ ±×¸± ¶§ ¾²´Â ¶óÀ̺귯¸® ÀÔ´Ï´Ù.
[root@localhost local]# wget http://ftp.superuser.co.kr/pub/etc/freetype-2.1.9.tar.gz
[root@localhost local]# tar xvfz freetype-2.1.9.tar.gz    
[root@localhost local]# cd freetype-2.1.9
[root@localhost freetype-2.1.9]# ./configure && make && make install
[root@localhost freetype-2.1.9]# cd ..
[root@localhost local]# rm -rf freetype-2.1.9*

(4) libjpeg ¼³Ä¡ : jpg Æ÷¸ËÀ» ´Ù·ç´Â ¶óÀ̺귯¸® ÀÔ´Ï´Ù.
[root@localhost local]# wget http://ftp.superuser.co.kr/pub/etc/jpegsrc.v6b.tar.gz
[root@localhost local]# tar xvfz jpegsrc.v6b.tar.gz
[root@localhost local]# cd jpeg-6b
[root@localhost jpeg-6b]# ./configure --enable-shared --enable-static
[root@localhost jpeg-6b]# make && make test
[root@localhost jpeg-6b]# mkdir /usr/local/man/man1
[root@localhost jpeg-6b]# make install
[root@localhost jpeg-6b]# cd ..
[root@localhost local]# rm -rf jpeg*
À§ ¼³Ä¡¹ý¿¡¼­ Ưº°ÇÑ °ÍÀº Áß°£¿¡ /usr/local/man/man1À̶ó´Â µð·ºÅ丮¸¦ »ý¼ºÇÕ´Ï´Ù. ÀÌÀ¯´Â make install Çϸé /usr/local/man/man1 µð·ºÅ丮°¡ ¾ø´Ù°í ¸à ÆäÀÌÁö°¡ ¼³Ä¡°¡ µÇÁö ¾Ê´Â´Ù´Â ¿¡·¯°¡ ³³´Ï´Ù.

(5) gd ¼³Ä¡ : ±×·¡ÇÈ ¶óÀ̺귯¸® ÀÔ´Ï´Ù.
[root@localhost local]# wget http://ftp.superuser.co.kr/pub/etc/gd-2.0.28.tar.gz
[root@localhost local]# tar xvfz gd-2.0.28.tar.gz
[root@localhost local]# cd gd-2.0.28
[root@localhost gd-2.0.28]# ./configure && make && make install
[root@localhost gd-2.0.28]# cd ..
[root@localhost local]# mv gd-2.0.28 /usr/local/.
ÀλýÀº ª½À´Ï´Ù.
±×·¯¹Ç·Î ´Ù¸¥ »ç¶÷ÀÌ ¿ä±¸ÇÏ´Â »îÀ» »ì¸é¼­ ½Ã°£À» ³¶ºñÇؼ­´Â ¾È µË´Ï´Ù.
µ·°ú ¸í¿¹¸¦ ¾òÁö ¸øÇÏ´õ¶óµµ ³¡±îÁö ÀÚ½ÅÀÇ ±æÀ» °íÁýÇϽʽÿÀ
¸ñ·Ï À­±Û ¾Æ·§±Û
³»¾Ë FREECOUNT.NET ÇÁÄ«³Ý »ý±ä³¯ 2003.12.20 Ȩ | Ä«¿îÅÍ | Ç÷¡½ÃºÏ | ÇÁ¸®º¸µå | Àü±¤ÆÇ | À¥°øºÎ¹æ | Ä¿¹Â´ÏƼ | ÂÊÁöÇÔ