Re: configure ok but command make ko
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | The Kannel Group |
| Message-ID | <[email protected]> |
Vincent CHAVANIS wrote: > Dear, > > Maybe you should try to install the kerberos devel libs > > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory > ^^ yep, agree'ing with Vincent here. Obviously yur local openssl setup was build with kerberos support, but the required devel headers and libs are not present on your box. Either try to resolve the issue by installing kerberos packages (depending on your OS distro), or re-compile openssl on your own and use the "own" openssl installatin on the box. Stipe