메뉴 건너뛰기

리눅스 관련 모음

본문시작

조회 수 20515 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

In file included from /usr/local/src/php-5.4.3/ext/gd/gd.c:103:
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c: In function '_php_image_stream_putc':
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c:51: error: 'struct gdIOCtx' has no member named 'data'
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c: In function '_php_image_stream_putbuf':
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c:58: error: 'struct gdIOCtx' has no member named 'data'
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c: In function '_php_image_stream_ctxfree':
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c:67: error: 'struct gdIOCtx' has no member named 'data'
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c:68: error: 'struct gdIOCtx' has no member named 'data'
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c:69: error: 'struct gdIOCtx' has no member named 'data'
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c: In function '_php_image_output_ctx':
/usr/local/src/php-5.4.10/ext/gd/gd_ctx.c:153: error: 'gdIOCtx' has no member named 'data'
gmake: *** [ext/gd/gd.lo] Error 1

 

위와 같은 에러시 에러 해결 방법.

 

vi <gd_dir: 설치된 디렉토리>/include/gd_io.h

 

아래 구문을 찾아 밑에 빨간색으로 깅비된 문장을 추가 해 준다.

 

 typedef struct gdIOCtx

{

  int (*getC) (struct gdIOCtx *);

  int (*getBuf) (struct gdIOCtx *, void *, int);

 

  void (*putC) (struct gdIOCtx *, int);

  int (*putBuf) (struct gdIOCtx *, const void *, int);

 

  /* seek must return 1 on SUCCESS, 0 on FAILURE. Unlike fseek! */

  int (*seek) (struct gdIOCtx *, const int);

 

  long (*tell) (struct gdIOCtx *);

 

  void (*gd_free) (struct gdIOCtx *);

  void (*data);

}

gdIOCtx;

 

이제 에러없이 make 컴파일이 잘 마무리 될 것입니다.

   

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
90 설치관련 dnssec-keygen 사용법 및 구축과 검증 햇빛소년 2013.06.07 24034
89 에러해결 TIFF 설피시 /usr/local/include/jmorecfg.h:263:16: error: expected identifier before numeric constant 에러 햇빛소년 2013.06.04 17422
88 설치관련 rndc-confgen — rndc key generation tool 햇빛소년 2013.05.31 17372
87 에러해결 ZendGuardLoader.so: undefined symbol: compiler_globals 햇빛소년 2013.01.19 25851
86 설치관련 Luajit 다운로드 및 설치 햇빛소년 2013.01.19 22834
85 에러해결 pcre최신버전 소스설치 후 modsecurity-apache 컴파일시 에러 햇빛소년 2013.01.19 76509
84 에러해결 apache2.x.x 컴파일 에러 해결 - /usr/local/lib/liblua.a: could not read symbols: Bad value secret 햇빛소년 2013.01.19 0
83 설치관련 .htaccess 이용 스팸 IP 차단 햇빛소년 2013.01.17 25196
82 에러해결 modcurity 에러메세지 secret 햇빛소년 2013.01.17 0
81 설치관련 PHP CodeSniffer 코딩검사 secret 햇빛소년 2013.01.14 0
80 에러해결 PHP5.3 가동후 에러 메세지 secret 햇빛소년 2013.01.13 0
79 에러해결 unable to include potential exec "include/top.html" in parsed file 에러 해결!!! 햇빛소년 2013.01.11 30285
78 에러해결 Apache-2.4.X 에서 mod_evasive-1.10.1 설치시 나오는 에러 해결... secret 햇빛소년 2013.01.11 0
77 에러해결 특정 디렉토리에 있는 파일 또는 디렉토리의 퍼미션 변경 햇빛소년 2013.01.11 24938
76 에러해결 ZendGuardLoader 설치 에러 햇빛소년 2013.01.10 24646
75 ModSecurity-Apache 설치, Lua, readline 햇빛소년 2013.01.07 51531
» php-5.4.10 make시 gd관련 에러... 햇빛소년 2013.01.06 20515
73 Sendmail 스패머 IP 차단 쉘스크립트 v2 햇빛소년 2012.12.06 20107
72 센드메일(sendmail) RBL 이용하여 해외, 국내 스팸 차단하는 법. 햇빛소년 2012.12.06 21172
71 mysql 문자열치환 햇빛소년 2012.10.11 23347
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10