: 아래와 같이 성공 하였는데도 제대로 작동이 안됩니다.
:
: php 컴파일시 gd이미지 관련 부분 메세지 입니다.
: ---------
: checking for GD support... yes
: checking for the location of libjpeg... yes
: checking for the location of libpng... yes
: checking for the location of libXpm... yes
: checking for FreeType 1.x support... yes
: checking for FreeType 2... yes
: checking for T1lib support... yes
: checking whether to enable truetype string function in GD... yes
: checking for jpeg_read_header in -ljpeg... (cached) yes
: checking for png_write_image in -lpng... (cached) yes
: checking for XpmFreeXpmImage in -lXpm... (cached) yes
: checking for gdImageString16 in -lgd... (cached) yes
: checking for gdImagePaletteCopy in -lgd... (cached) yes
: checking for gdImageCreateFromPng in -lgd... (cached) yes
: checking for gdImageCreateFromGif in -lgd... (cached) yes
: checking for gdImageGif in -lgd... (cached) yes
: checking for gdImageWBMP in -lgd... (cached) yes
: checking for gdImageCreateFromJpeg in -lgd... (cached) yes
: checking for gdImageCreateFromXpm in -lgd... (cached) yes
: checking for gdImageCreateFromGd2 in -lgd... (cached) yes
: checking for gdImageCreateTrueColor in -lgd... (cached) yes
: checking for gdImageSetTile in -lgd... (cached) yes
: checking for gdImageEllipse in -lgd... (cached) no
: checking for gdImageSetBrush in -lgd... (cached) yes
: checking for gdImageStringTTF in -lgd... (cached) yes
: checking for gdImageStringFT in -lgd... (cached) yes
: checking for gdImageStringFTEx in -lgd... (cached) no
: checking for gdImageColorClosestHWB in -lgd... (cached) yes
: checking for gdImageColorResolve in -lgd... (cached) yes
: checking for gdImageGifCtx in -lgd... (cached) yes
: checking for gdImageCreate in -lgd... (cached) yes
: ------------------------------
: 컴파일 완료후 phpinfo()로 gd 부분 확인 결과입니다.
:
: gd
: GD Support enabled
: GD Version 2.0 or higher
: FreeType Support enabled
: FreeType Linkage with freetype
: GIF Read Support enabled
: GIF Create Support enabled
: JPG Support enabled
: PNG Support enabled
: WBMP Support enabled
:
: ★ 참고로
:
: gd 201gif
: 아파치 2.0.43
: php 4.3.0
: mysql 4.0.9
: zlib 114
: freetype 213
: tiff
: t1lib
: libungif
: libpng
: libjpeg
: jdk 141
: tomcat
:
: 위와 같은 소스로 컴파일 하여 설치하였습니다.
: 지금 몇 수십번을 하였는데도 불구하고 잘 안됩니다.
:
: 부탁드립니다.
정상적으로 된건데 뭐가 문젠지요?;;
어떻게 작동이 안된다는거죠?
C함수로는 gdImageCreateFromJpeg이런 식이지만
PHP함수에서는 ImageCreateFromJpeg같은 식으로 앞에 gd가 빠지는걸로
기억하는데요 ;)