Re: Problem with installation
Amer D <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks to everyone for helping out. Francesco suggestion worked. $ ./configure --with-cflags=-I/usr/kerberos/include --your-options after this make went fine. krb5.h was indeed located at: /usr/kerberos/include/ Luis Augusto C. Sauerbronn wrote: > Hi, > > Someone else had the same problem 5 days ago. > The answer is on the list history. > > best regards > > Sauer > XXXX > <[email protected] <mailto:[email protected]>> para users > > Ocultar opções 28 Jul(5 dias atrás) > > De: *francesco emmi < [email protected] > <mailto:[email protected]>>* > > Para: *Vaibhav Solanki < **xxxxxxxx**@**xxxxx.xxxx.xxx** >* > Cc: *[email protected] <mailto:[email protected]>* > Data: *28/07/2006 03:59* > Assunto: *Re: Kannel 1.4.0 not compiling !* > Responder | Responder a todos | Encaminhar | Imprimir | Adicionar > remetente à lista de contatos | Excluir esta mensagem | Reportar > phishing | Mostrar original | Texto de mensagem truncado? > 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 > > > > > > 2006/8/2, Amer D < [email protected] <mailto:[email protected]>>: > > I tried installing kannel on rhel3, I ran ./configure with no extra > options. Then when I entered make command this is errors I got: > > Makefile:315: .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 -D_XOPEN_SOURCE=600 > -D_BSD_SOURCE > -DBROKEN_PTHREADS=1 -I/usr/include/libxml2 -I/usr/include/openssl -MM > $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend > gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE > -DBROKEN_PTHREADS=1 -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:134: syntax error before "krb5_enctype" > /usr/include/openssl/kssl.h:136: syntax error before '*' token > /usr/include/openssl/kssl.h:137: syntax error before '}' token > /usr/include/openssl/kssl.h:149: syntax error before > "kssl_ctx_setstring" > /usr/include/openssl/kssl.h:149: syntax error before '*' token > /usr/include/openssl/kssl.h:150: syntax error before '*' token > /usr/include/openssl/kssl.h:151: syntax error before '*' token > /usr/include/openssl/kssl.h:151: syntax error before '*' token > /usr/include/openssl/kssl.h:152: syntax error before '*' token > /usr/include/openssl/kssl.h:153: syntax error before > "kssl_ctx_setprinc" > /usr/include/openssl/kssl.h:153: syntax error before '*' token > /usr/include/openssl/kssl.h:155: syntax error before "kssl_cget_tkt" > /usr/include/openssl/kssl.h:155: syntax error before '*' token > /usr/include/openssl/kssl.h:157: syntax error before "kssl_sget_tkt" > /usr/include/openssl/kssl.h:157: syntax error before '*' token > /usr/include/openssl/kssl.h:159: syntax error before "kssl_ctx_setkey" > /usr/include/openssl/kssl.h:159: syntax error before '*' token > /usr/include/openssl/kssl.h:161: syntax error before "context" > /usr/include/openssl/kssl.h:162: syntax error before > "kssl_build_principal_2" > /usr/include/openssl/kssl.h:162: syntax error before "context" > /usr/include/openssl/kssl.h:165: syntax error before > "kssl_validate_times" > /usr/include/openssl/kssl.h:165: syntax error before "atime" > /usr/include/openssl/kssl.h:167: syntax error before > "kssl_check_authent" > /usr/include/openssl/kssl.h:167: syntax error before '*' token > /usr/include/openssl/kssl.h:169: syntax error before "enctype" > In file included from gwlib/conn.h:274, > from gwlib/gwlib.h:94, > > > Sorry if I made some trivial error. I am a beginner but I'd still > like > to try installing this. Libxml2 version is 2.5.10 > >