저도 전에 에러났었는데
구글 검색 하니깐 어느나라 말인지 알 수 없는 페이지가 나오더라구요.
어쨌든 이런 에러에서
(cd .libs && rm -f libotp.la && ln -s ../libotp.la libotp.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -
I../include -I../lib -I../sasldb -I/usr/local/include -Wall -W -
Wall -g -O2 -c kerberos4.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -
I/usr/local/include -Wall -W -Wall -g -O2 -c kerberos4.c -fPIC -DPIC -
o kerberos4.lo
kerberos4.c:49:17: krb.h: No such file or directory
kerberos4.c:50:17: des.h: No such file or directory
make[2]: *** [kerberos4.lo] 오류 1
make[2]: 나감 `/root/src/cyrus-sasl-2.1.10/plugins' 디렉토리
make[1]: *** [all-recursive] 오류 1
make[1]: 나감 `/root/src/cyrus-sasl-2.1.10' 디렉토리
make: *** [all-recursive-am] 오류 2
-----------------------------------------------------------------------
-------
해결 :
./configure --with-saslauthd=/usr/lib/sasl2 --enable-cram --enable-
digest --enable-plain --disable-anon --disable-gssapi --disable-krb4 -
-disable-otp --with-openssl --enable-login
아웃룩 익스프레스 5.0, 넷스케이프 4.72버전에서 SMTP AUTH기능을 지원하려
면
cyrus sasl를 풀고 ./configure --enable-login 과 같이 LOGIN 기능을 포함
해야
한다. LOGIN는 rfc에 있는게 아니고 예전부터 지원하던 아이디, 패스워드 인
증
방식을 지원하기 위해서 추가한 것이다.---_-)/