Well, I had the same problem with RH9 but the export didn't work out as mentioned by MEIER and I had to copy the three .h to /usr/include/openssl also but it is ugly in my opinion.
Why the "make" hasn't used the exported CPPFLAGS="-I/usr/kerberos/include"? It still uses only the other flags like: --- gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1 -I/usr/include/libxml 2 -I/usr/include/openssl -I'/usr/include/mysql' -o gw/smsc/smpp_pdu.o -c gw/smsc/smpp_pdu.c --- Regards. > -----Original Message----- > From: Cipher Strength [mailto:[EMAIL PROTECTED] > Sent: quinta-feira, 24 de julho de 2003 09:18 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Re: Installation on RedHat 9 > > > > Thank you . I have fixed the issue . I find the files on local system and > just copy them to where kannel needs :) > > #cp /usr/kerberos/include/com_err.h /usr/include/openssl/ > #cp /usr/kerberos/include/profile.h /usr/include/openssl/ > # cp /usr/kerberos/include/krb5.h /usr/include/openssl/ > > regards, > > CIPHER > > > > > >I had exactly the same problem when trying to install cyrus-imapd on a > >RedHat 9 box. The following fixed it: > > > >In the shell issue the following command: > > > >export CPPFLAGS="-I/usr/kerberos/include" > > > >and then run it all over again. > > > > > > > > Ar an 24� l� de m� 7, scr�obh Cipher Strength : > > > > > > > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or > > > > directory > > > That's your problem, right there. Where's your krb5.h? > > > > > > -- > > > "These are the prettiest looking witnesses we have had in a long > > > time. I imagine you are all married. If not, you could be if you > > > wanted to be." > > > > > > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > >
