Guenter Knauf wrote: > Hi, > Jorge Schrauwen schrieb: >> ftp_commands.c: In function ‘ftp_cmd_pass’: >> ftp_commands.c:1080: error: ‘ap_loaded_modules’ undeclared (first use >> in this function) >> ftp_commands.c:1080: error: (Each undeclared identifier is reported only once >> ftp_commands.c:1080: error: for each function it appears in.) >> ftp_commands.c:1083: error: ‘ap_top_module’ undeclared (first use in >> this function) >> make[1]: *** [ftp_commands.slo] Error 1 >> make[1]: *** Waiting for unfinished jobs.... >> make[1]: Leaving directory `/srv/.src/modules/mod_ftp/modules/ftp' >> make: *** [all-recursive] Error 1 >> --- > strange; I get exactly same error for NetWare platfrom, and cant figure > out why this happens - these are defined in httpd_config.h which gets > included via mod_ftp.h from what I see ... > > ftp_lowportd.c:401: error: ‘ap_server_conf’ undeclared (first use in > this function) > ftp_lowportd.c:520: error: ‘ap_server_conf’ undeclared (first use in > this function) > need to dig some further why these all happen ...
No need; see trunk for the non-trunk compatible flavor; I will be rerolling. Thanks to you both for testing. What was missing for 2.2? CORE_PRIVATE. A few other changes were required for 2.0/2.2. I'm working on the solaris, ancient msg_accrights flavor of this. Are you certain NetWare should be building the ftp_lowportd.c? (It can, it seems that sys/un.h is found for unix pipe support). Can NetWare run mod_cgid, today? If so, we should be good.
