Hi Bill, > You built from modules/ftp/mod_ftp.dsp, or built with > modules/ftp/Makefile.apxs? Apologies! Was entirely my fault; I did self add the ftp_glob.c to mod_ftp.dsp cause I thought that was forgotten to add; sorry. Compiles now fine when I use original mod_ftp.dsp, at least for 2.2; for compiling with trunk seems we need a hack to overcome the missing ap_requires(r)...
> For modules/ftp/mod_ftp.dsp, the project should wipe out the configuration > header include/ftp_config.h with 'empty' as every detectable feature > should not be detected (they are all unix-ish). yep, works. > I'd love to get those detections into httpd proper rather than go heavy > with a ftp-specific autoconf; they are (so far) for HAVE_FCHMOD, HAVE_GLOB > and HAVE_ARPA_FTP_H (for practical purposes not really worthwhile). +1. greets, Guenter.
