SUMMARY: Compiling WUFTP 2.4.2 B11 on Digital Unix

From: Andrew C. Saylor <asaylor_at_alpha.comsource.net>
Date: Wed, 6 Nov 1996 08:54:13 -0600 (CST)

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_at_comsource.net
Received on Wed Nov 06 1996 - 17:07:44 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT