[Prev][Next][Index][Thread]

SUMMARY: Compiling WUFTP 2.4.2 B11 on Digital Unix




Ok,
  Here is everything I had to do to compile WUFTPD 2.4.2 Beta 11 on a
Digital Unix machine running the C2 security.

Make these changes to ./src/config/config.osf

#define SecureWare
#include <sys/secdefines.h>
#include <sys/security.h>
#include <sys/audit.h>
#include <prot.h>

and the following to ./src/makefiles/Makefile.osf

LIBES = -lsupport -lsecurity -laud

and change all occurances of crypt() to bicrypt()
(found in ftpd.c and private.c - lets hear it for GREP!!)


Once that was done, the program compiled correctly. I have both anonymous
and authenticated FTP logins working.

Thanks For Everyone's Help!!

-Andy Saylor, ComSource Inc  asaylor@xxxxxxxxxxxxx