메뉴 건너뛰기

리눅스 관련 모음

본문시작

조회 수 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. dnssec-keygen 사용법 및 구축과 검증

  2. TIFF 설피시 /usr/local/include/jmorecfg.h:263:16: error: expected identifier before numeric constant 에러

  3. rndc-confgen — rndc key generation tool

  4. ZendGuardLoader.so: undefined symbol: compiler_globals

  5. Luajit 다운로드 및 설치

  6. pcre최신버전 소스설치 후 modsecurity-apache 컴파일시 에러

  7. apache2.x.x 컴파일 에러 해결 - /usr/local/lib/liblua.a: could not read symbols: Bad value

  8. .htaccess 이용 스팸 IP 차단

  9. modcurity 에러메세지

  10. PHP CodeSniffer 코딩검사

  11. PHP5.3 가동후 에러 메세지

  12. unable to include potential exec "include/top.html" in parsed file 에러 해결!!!

  13. Apache-2.4.X 에서 mod_evasive-1.10.1 설치시 나오는 에러 해결...

  14. 특정 디렉토리에 있는 파일 또는 디렉토리의 퍼미션 변경

  15. ZendGuardLoader 설치 에러

  16. No Image 07Jan
    by 햇빛소년
    2013/01/07 by 햇빛소년
    Views 51532 

    ModSecurity-Apache 설치, Lua, readline

  17. No Image 06Jan
    by 햇빛소년
    2013/01/06 by 햇빛소년
    Views 20515 

    php-5.4.10 make시 gd관련 에러...

  18. No Image 06Dec
    by 햇빛소년
    2012/12/06 by 햇빛소년
    Views 20107 

    Sendmail 스패머 IP 차단 쉘스크립트 v2

  19. No Image 06Dec
    by 햇빛소년
    2012/12/06 by 햇빛소년
    Views 21173 

    센드메일(sendmail) RBL 이용하여 해외, 국내 스팸 차단하는 법.

  20. No Image 11Oct
    by 햇빛소년
    2012/10/11 by 햇빛소년
    Views 23347 

    mysql 문자열치환

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10