Try doing: export CPPFLAGS=-I/usr/kerberos/include
before ./configure Redhat 9 puts the Kerberos libs in a different place! ----- Original Message ----- From: "Cipher Strength" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 11:44 AM Subject: Installation on RedHat 9 > Follwoing error received when I run make command. > > > updating cache ./config.cache > creating ./config.status > creating Makefile > creating config.h > [EMAIL PROTECTED] kannel-snapshot]# make > Makefile:306: .depend: No such file or directory > for dir in gw gw/smsc gwlib test utils wmlscript checks wap radius; do \ > gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 > -I/usr/include > /openssl -MM $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend > gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 > -I/usr/include/openssl -o gw/bb_boxc.o -c gw/bb_boxc.c > In file included from /usr/include/openssl/ssl.h:179, > from gwlib/conn.h:218, > from gwlib/gwlib.h:38, > from gw/bb_boxc.c:21: > /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:218, > from gwlib/gwlib.h:38, > from gw/bb_boxc.c:21: > /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: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:218, > from gwlib/gwlib.h:38, > from gw/bb_boxc.c:21: > /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:64: previous declaration of `debug' > /usr/include/openssl/ssl.h:931: parse error before '}' token > gw/bb_boxc.c: In function `boxc_receiver': > gw/bb_boxc.c:198: called object is not a function > gw/bb_boxc.c:204: called object is not a function > gw/bb_boxc.c:209: called object is not a function > gw/bb_boxc.c:218: called object is not a function > gw/bb_boxc.c:223: called object is not a function > gw/bb_boxc.c:251: called object is not a function > gw/bb_boxc.c:253: called object is not a function > gw/bb_boxc.c: In function `send_msg': > gw/bb_boxc.c:275: called object is not a function > gw/bb_boxc.c: In function `boxc_sender': > gw/bb_boxc.c:296: called object is not a function > gw/bb_boxc.c:318: called object is not a function > gw/bb_boxc.c:335: called object is not a function > gw/bb_boxc.c: In function `run_wapbox': > gw/bb_boxc.c:502: called object is not a function > gw/bb_boxc.c: In function `route_msg': > gw/bb_boxc.c:591: called object is not a function > gw/bb_boxc.c:635: called object is not a function > gw/bb_boxc.c: In function `wdp_to_wapboxes': > gw/bb_boxc.c:680: called object is not a function > gw/bb_boxc.c: In function `init_smsbox_routes': > gw/bb_boxc.c:877: called object is not a function > gw/bb_boxc.c:890: called object is not a function > gw/bb_boxc.c: In function `smsbox_start': > gw/bb_boxc.c:912: called object is not a function > gw/bb_boxc.c:924: called object is not a function > gw/bb_boxc.c: In function `wapbox_start': > gw/bb_boxc.c:966: called object is not a function > make: *** [gw/bb_boxc.o] Error 1 > > Kindly suggest > > regards, > CIPHER > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > >
