[Asterisk-Dev] Asterisk on RedHat 9.0 - fix

DUSTIN WILDES dwildes at pabbankshares.com
Tue Apr 8 13:06:04 MST 2003


I installed RH9.0 and done a fresh checkout of Asterisk.  I then typed "make" and had no problems.  You may have missed a packaged during install?


 -----Original Message-----
From: 	David Hollis [mailto:dhollis at davehollis.com] 
Sent:	Tuesday, April 08, 2003 3:45 PM
To:	asterisk-dev at lists.digium.com
Subject:	Re: [Asterisk-Dev] Asterisk on RedHat 9.0 - fix

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
> 
>  
> 
> 

_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev






More information about the asterisk-dev mailing list