
bugzilla at apache
Mar 8, 2012, 12:06 PM
Post #1 of 1
(92 views)
Permalink
|
|
[Bug 52855] mod_ftp does not build against 2.4.x
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52855 Gregg L. Smith <gls [at] gknw> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |gls [at] gknw Resolution|INVALID | Summary|mod_ftp |mod_ftp does not build | |against 2.4.x --- Comment #7 from Gregg L. Smith <gls [at] gknw> 2012-03-08 20:06:15 UTC --- OK, so I'll change this to mod_ftp does not build against 2.4.x. It's the changes in the API between 2.2 and 2.4. A lot of minor request_ip\request_addr stuff but the core_filter_ctx stuff causes a big problem, for me. ftp_commands.c ftp_commands.c(1313) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1350) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1355) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1361) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1876) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1876) : error C2198: 'stricmp' : too few arguments for call ftp_commands.c(1881) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1928) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_commands.c(1928) : error C2198: 'stricmp' : too few arguments for call ftp_commands.c(1933) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_connection.c ftp_data_connection.c ftp_data_connection.c(248) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_data_connection.c(248) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_data_connection.c(248) : error C2168: 'strcmp' : too few actual parameters for intrinsic functio n ftp_data_connection.c(252) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_data_connection.c(252) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_data_connection.c(285) : error C2027: use of undefined type 'core_filter_ctx' C:\Apache24\include\http_core.h(693) : see declaration of 'core_filter_ctx' ftp_data_connection.c(285) : error C2027: use of undefined type 'core_filter_ctx' C:\Apache24\include\http_core.h(693) : see declaration of 'core_filter_ctx' ftp_data_connection.c(286) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_connection.c(288) : error C2037: left of 'tmpbb' specifies undefined struct/union 'core_fil ter_ctx' ftp_data_connection.c(289) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_connection.c(290) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_connection.c(290) : error C2198: 'apr_brigade_create' : too few arguments for call ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ ctx' ftp_data_filters.c ftp_filters.c ftp_inet_pton.c ftp_limitlogin.c ftp_limitlogin.c(206) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_limitlogin.c(313) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_log.c ftp_lowportd.c ftp_message.c ftp_message.c(59) : error C2039: 'remote_addr' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' ftp_message.c(59) : error C2198: 'apr_getnameinfo' : too few arguments for call ftp_message.c(74) : error C2039: 'remote_ip' : is not a member of 'conn_rec' c:\apache24\include\httpd.h(1056) : see declaration of 'conn_rec' -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|