[Asterisk-Dev] Asterisk on RedHat 9.0 - fix
David Hollis
dhollis at davehollis.com
Tue Apr 8 12:45:07 MST 2003
Additionally (and the more 'correct' way), you can add a CFLAGS +=
`pkg-config --cflags openssl` which will ensure that the /usr/include/krb5
directory is in the include path and everything builds properly. The long
term approach may be to see if pkg-config for openssl is available and if
so, use it to get the CFLAGS. This behavior is not likely to revert to
the old way.
On Mon, 7 Apr 2003, Wade Weppler wrote:
> Hi all,
>
>
>
> I finally got Asterisk to compile under RH9. It looks like
> SSL+KRB5 is broken under RH9. This was something that wasn't in RH8, and
> probably added with OpenSSL 0.9.7 (also not in RH8) and not debugged before
> release.
>
>
>
> So, all that has to be done is to disable KRB5 support in
> OpenSSL by adding a compile-time declaration to the Makefile for
> res_crypto.c:
>
>
>
> Under asterisk/res, edit the Makefile and add an additional
> CFLAGS+= line:
>
>
>
> CFLAGS+=-DOPENSSL_NO_KRB5
>
>
>
> This will work until RH9 fixes the problem.
>
>
>
> -wade
>
>
>
>
More information about the asterisk-dev
mailing list