Still having problems with the set up of the service. I found a
utility here (
http://www.landfield.com/wu-ftpd/) to help.
"ftpck is utility to verify the various files required to run
wu-ftpd."
I am used to using rpms for installing and I have run into a problem
with the makefile.
1. the make command give the errors:
ftpck.c:67:20: config.h: No such file or directory
ftpck.c:78:23: pathnames.h: No such file or directory
ftpck.c:79:20: config.h: No such file or directory
2. The web site warns that the makefile may need to be edited.
"You will need to edit the Makefile in the ftpck directory and make
sure things are right for your installation. It is setup to use your
existing pathnames.h and config.h files."
This was true as inetd is xinetd in my installation; however, the
makefile makes no mention of the config.h or pathnames.h files.
The only directories mentioned are,
INSTALL = /usr/ucb/install
BINDIR = /usr/local/bin
MANDIR = /usr/local/man/man1
3. The only instances of the config.h file I can find are in
/usr/include/* directories for other apps n stuff. Do I need to copy
these files from another place? I dont understand why the tar does not
have these files already.
Mayby this is a newbie question, and I am sure it has a simple
answer...