CVS on Mac OS 10.4.10

Alan DeKok aland at deployingradius.com
Wed Nov 14 14:04:50 CET 2007


Wolfgang Burger wrote:
...
> output of make:
> 
> mac339:~/Desktop/radiusCVS/radiusd system$ make
...
> /Users/system/Desktop/radiusCVS/radiusd/src/freeradius-devel/md4.h:66:
> error: conflicting types for 'MD4_CTX'
> /usr/include/openssl/md4.h:105: error: previous declaration of 'MD4_CTX'
> was here
...
> Any hints for me?

  Edit src/include/md4.h, and add a line at the top:

#define HEADER_MD4_H (1)

  This should prevent the FreeRADIUS MD4 functions from conflicting with
the OpenSSL MD4 functions.

  Alan DeKok.



More information about the Freeradius-Users mailing list