Re: installation problem
Guillaume Cottenceau <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
蒋 勇 <[email protected]> writes: > Greeting, > I have a problem in the WAP configure , i have installed > Redhat9.0 .when i installed gataway, result was the next: > > [root@zhangjin gateway-1.3.1]# make install > 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: file or directory not found As far as I can see, this has no connection with Kannel. You can see that `openssl/ssl.h' (a file from the `openssl' package) includes `openssl/kssl.h' (also an `openssl' file), which tries to include a `krb5.h' file it can't find. From what I could see in my openssl headers (from gentoo's dev-libs/openssl-0.9.7c-r1) I think that your openssl was compiled with krb5 support but you're missing something like a krb5-devel package. Btw, even if I'm new on this list I think that you're not using the right list. `[email protected]' seems more appropriate. -- Guillaume Cottenceau