Thanks... Yours is a better solution. Rene Kluwen Chimit
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nam Nguyen Sent: vrijdag 4 juni 2004 3:27 To: [EMAIL PROTECTED] Subject: RE: -DOPENSSL_NO_KRB5 I got the same messages like yours. But after ./configure finishes, locate the path to krb5.h, then add this path to the Makefile. [Before] CFLAGS=-D_REENTRANT=1 -I. -Igw -O2 -I/usr/include/libxml2 -I/usr/include/ope nssl [After] CFLAGS=-D_REENTRANT=1 -I. -Igw -O2 -I/usr/include/libxml2 -I/usr/include/ope nssl -I/usr/kerberos/include Then run make with this Makefile as usual. Enjoy, ____________ Nam Nguyen [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rene Kluwen Sent: Thursday, June 03, 2004 11:13 PM To: [EMAIL PROTECTED] Subject: -DOPENSSL_NO_KRB5 On a machine at a client's location, I got a lot of crazy error messages compiling Kannel. The problem was the following: It needed -DOPENSSL_NO_KRB5 as a gcc option which ./configure had missed. This is just a registration of the fact that this "bug" is there. Maybe somebody with autoconf experience can fix this? Cheers, Rene Kluwen Chimit
