메뉴 건너뛰기

리눅스 관련 모음

본문시작

조회 수 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 컴파일이 잘 마무리 될 것입니다.

   

  1. ZendGuardLoader 설치 에러

    Date2013.01.10 Category에러해결 By햇빛소년 Views24647
    Read More
  2. dnssec-keygen 사용법 및 구축과 검증

    Date2013.06.07 Category설치관련 By햇빛소년 Views24036
    Read More
  3. CentOS 7 rc.local 자동실행 boot

    Date2014.10.26 Category에러해결 By햇빛소년 Views23880
    Read More
  4. mysql 문자열치환

    Date2012.10.11 By햇빛소년 Views23347
    Read More
  5. Luajit 다운로드 및 설치

    Date2013.01.19 Category설치관련 By햇빛소년 Views22842
    Read More
  6. 센드메일(sendmail) RBL 이용하여 해외, 국내 스팸 차단하는 법.

    Date2012.12.06 By햇빛소년 Views21181
    Read More
  7. squirrelmail에서 메일 삭제시 Error: file_dotlock_create... 에러에 대하여.

    Date2013.06.30 Category에러해결 By햇빛소년 Views20665
    Read More
  8. php-5.4.10 make시 gd관련 에러...

    Date2013.01.06 By햇빛소년 Views20515
    Read More
  9. Sendmail 스패머 IP 차단 쉘스크립트 v2

    Date2012.12.06 By햇빛소년 Views20108
    Read More
  10. BIND 9: "Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones"

    Date2013.06.13 Category에러해결 By햇빛소년 Views19742
    Read More
  11. php-5.4.16 컴파일시 checking for db4 major version... Header contains different version 에러

    Date2013.06.18 Category에러해결 By햇빛소년 Views19302
    Read More
  12. dovecot 설치 후 squirrelmail 가동하면 /.imap/INBOX, group=12(mail)) failed: Operation not permitted

    Date2013.06.30 Category에러해결 By햇빛소년 Views19283
    Read More
  13. clamav.cf --> Clamav Multiple Score

    Date2013.07.07 Category설치관련 By햇빛소년 Views18142
    Read More
  14. mc(미드나잇 커맨드) 종료시 처음 PWD로 바뀌는 문제 해결

    Date2013.06.09 Category에러해결 By햇빛소년 Views17544
    Read More
  15. [MySQL] Incorrect integer value: '' for column '컬럼명' 오류 발생시

    Date2013.06.19 Category에러해결 By햇빛소년 Views17453
    Read More
  16. TIFF 설피시 /usr/local/include/jmorecfg.h:263:16: error: expected identifier before numeric constant 에러

    Date2013.06.04 Category에러해결 By햇빛소년 Views17422
    Read More
  17. rndc-confgen — rndc key generation tool

    Date2013.05.31 Category설치관련 By햇빛소년 Views17372
    Read More
  18. [sendmail: clamav-milter error] Milter: data, reject=451 4.3.2 Please try again later

    Date2013.06.27 Category에러해결 By햇빛소년 Views16906
    Read More
  19. error: wrong mysql library version or lib not found.

    Date2014.03.16 Category에러해결 By햇빛소년 Views16585
    Read More
  20. [bind] DNSSEC 구축방법

    Date2013.07.07 Category설치관련 By햇빛소년 Views16474
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10