Hello Daniel, On Thursday, September 04, 2003, Daniel Gomes wrote... > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
Here is one starting point, it's telling you the kerberos header files are missing... Did you install the -devel libraries? > In file included from /usr/include/openssl/ssl.h:179, > from include/imapproxy.h:102, > from src/icc.c:68: > /usr/include/openssl/kssl.h:132: parse error before "krb5_enctype" See if installing the kerberos -devel libraries fixes these, as it almost looks like they're caused by failed includes. Otherwise, try checking the configure options, and see if there is a "do not use kerberos" as an option, usually something like this --disable-krb5 *shrugs*. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
