If you're running RedHat 5, or presumably any other glibc-based Linux system, be aware of the following with respect to ebbs-3.1.1: * The binary distribution will not work. The symptom is that adding users or boards will result in invalid user or board name errors. I imagine this is because the binary dist was built on a libc5 system. Use the source distribution instead. * You will need to add -lcrypt to the LIBS line in the Makefile. glibc does not have crypt() in libc. It's in libcrypt. * If you want it to compile without warnings, define NEEDS_CRYPT_DECLARED in osdeps.h. -- Ray Rocker rocker@ametro.net