|
[디지문, 2008년 06월 13일 10시 52분, PC 탐구/리눅스]
증상:
./configure 명령어에 --with-imap 옵션을 줄 때 아래와 같은 에러가 발생하는 경우가 있습니다. configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. 관련 링크: http://phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_install&wr_id=68373&sfl=&stx=&sst=wr_hit&sod=desc&sop=and&page=20 http://rich.pe.kr/tt/index.php?pl=53 CentOS 5.x에서는 uw-imap-devel을 구하기가 쉽지 않더군요. 그냥 아래 명령어 두 줄 실행하고 다시 --with-imap 옵션 주고 컨피규어하면 에러 없이 성공합니다. # yum -y install libc-client # yum -y install libc-client-devel 근데 imap과 제대로 연동이 되는 건지는 잘 모르겠네요. ㅋ imap까지 구축하고 난 뒤 다시 포스팅하겠습니다. Trackback Address :: http://www.digimoon.net/blog/trackback/313
|
||




















