Spike Ilacqua <[EMAIL PROTECTED]> wrote:
> BSDI 4.2 lacks POSIX 1003.1b semaphores, but fortunately there is a
> port of them from FreeBSD available at:

  I've also put a copy on the FreeRADIUS ftp server.

> "x99.h" includes <inttypes.h>, which BSDI 4.2 does not have, commented it out.

  It should do:

#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif

> Various files use type "uint32_t", which BSDI 4.2 does not have, added
> "typedef unsigned long  uint32_t;" to "x99.h"

  It should include "autoconf.h".  The top-level configure looks for
and defines uint32_t, if it isn't already there.

> The server seems to be working fine.  As with FreeBSD it needs to run
> as root to access the shadow passwords and you need to comment out the
> "password" entry in "radiusd.conf" to make use of the systems hashed
> getpw* functions.

  Hmm... that should probably go into the 'configure' script, too.

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to