It doesn't find kerberos inc file. Look in your machine for krb5.h. If, just for example, you find it, let say, in /usr/kerberos/include/ repeat configure in this way:
$ ./configure --with-cflags=-I/usr/kerberos/include --your-options Hope it helps you Francesco Il giorno ven, 28/07/2006 alle 11.55 +0530, Vaibhav Solanki ha scritto: > Hello, > > Am compiling Kannel 1.4.0 on Red Hat Linux release 9 (Shrike). > The steps are as follows. But after configure when i do make am > getting following errors, > > 1. ./configure --enable-start-stop-daemon > Doesnt give any errors > > > 2. make > Gives error: > gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE > -I/usr/include/libxml2 -I/usr/include/openssl -o gw/bb_alog.o -c > gw/bb_alog.c > In file included from /usr/include/openssl/ssl.h:179, > from gwlib/conn.h:274, > from gwlib/gwlib.h:94, > from gw/bb_alog.c:64: > /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 gwlib/conn.h:274, > from gwlib/gwlib.h:94, > from gw/bb_alog.c:64: > /usr/include/openssl/kssl.h:132: parse error before "krb5_enctype" > /usr/include/openssl/kssl.h:134: parse error before "FAR" > /usr/include/openssl/kssl.h:135: parse error before '}' token > /usr/include/openssl/kssl.h:147: parse error before > "kssl_ctx_setstring" > /usr/include/openssl/kssl.h:147: parse error before '*' token > /usr/include/openssl/kssl.h:148: parse error before '*' token > /usr/include/openssl/kssl.h:149: parse error before '*' token > /usr/include/openssl/kssl.h:149: parse error before '*' token > /usr/include/openssl/kssl.h:150: parse error before '*' token > /usr/include/openssl/kssl.h:151: parse error before > "kssl_ctx_setprinc" > /usr/include/openssl/kssl.h:151: parse error before '*' token > /usr/include/openssl/kssl.h:153: parse error before "kssl_cget_tkt" > /usr/include/openssl/kssl.h:153: parse error before '*' token > /usr/include/openssl/kssl.h:155: parse error before "kssl_sget_tkt" > /usr/include/openssl/kssl.h:155: parse error before '*' token > /usr/include/openssl/kssl.h:157: parse error before "kssl_ctx_setkey" > /usr/include/openssl/kssl.h:157: parse error before '*' token > /usr/include/openssl/kssl.h:159: parse error before "context" > /usr/include/openssl/kssl.h:160: parse error before > "kssl_build_principal_2" > /usr/include/openssl/kssl.h:160: parse error before "context" > /usr/include/openssl/kssl.h:163: parse error before > "kssl_validate_times" > /usr/include/openssl/kssl.h:163: parse error before "atime" > /usr/include/openssl/kssl.h:165: parse error before > "kssl_check_authent" > /usr/include/openssl/kssl.h:165: parse error before '*' token > /usr/include/openssl/kssl.h:167: parse error before "enctype" > In file included from gwlib/conn.h:274, > from gwlib/gwlib.h:94, > from gw/bb_alog.c:64: > /usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX" > /usr/include/openssl/ssl.h:915: `debug' redeclared as different kind > of symbol > gwlib/log.h:123: previous declaration of `debug' > /usr/include/openssl/ssl.h:931: parse error before '}' token > make: *** [gw/bb_alog.o] Error 1 -- ____________________________________________ Francesco Emmi A-Tono Largo Paisiello 5 - 95124 Catania Tel.: (+39) 095 7365312 http: www.a-tono.com Information in this email is confidential and may be privileged. It is intended for the addresses only. If you have received it in error, please notify the sender immediately and delete it from your system. You should not otherwise copy it, retransmit it or use or disclose its content to anyone. Thank you for your co-operation.
