make不通过

出错如下

clude/linux -I../common -DCPU="i386" -DOS= -c -o ssl.o ssl.c
In file included from /usr/include/openssl/ssl.h:179,
from ssl.c:62:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from ssl.c:62:

解决方法:

export LOCALDEFS="-DOPENSSL_NO_KRB5"
export C_INCLUDE_PATH="/usr/kerberos/include"

引用自http://www.thinkjam.org/meteor/archives/2005/04/as3resin.html