I downloaded the .rc4 version, deleted all files associated with the previous one, extracted into the same directory, copied mod_deflate.c into /contrib, and ran the ./configure command as before. Now when I run the make command, I get the following at the end:
gcc -DHAVE_CONFIG_H -DLINUX -I.. -I../include -O2 -Wall -c mod_deflate.c
mod_deflate.c:69: error: ‘PR_TUNABLE_XFER_BUFFER_SIZE’ undeclared here (not in a function)
mod_deflate.c: In function ‘deflate_netio_read_cb’:
mod_deflate.c:245: warning: pointer targets in assignment differ in signedness
make[1]: *** [mod_deflate.o] Error 1
make[1]: Leaving directory `/agpro_files/proftpd/modules'
make: *** [modules] Error 2
If I go ahead and run 'make install', it gives me this after about half a second:
make[1]: Entering directory `/agpro_files/proftpd/modules'
gcc -DHAVE_CONFIG_H -DLINUX -I.. -I../include -O2 -Wall -c mod_deflate.c
mod_deflate.c:69: error: ‘PR_TUNABLE_XFER_BUFFER_SIZE’ undeclared here (not in a function)
mod_deflate.c: In function ‘deflate_netio_read_cb’:
mod_deflate.c:245: warning: pointer targets in assignment differ in signedness
make[1]: *** [mod_deflate.o] Error 1
make[1]: Leaving directory `/agpro_files/proftpd/modules'
make: *** [modules] Error 2
I was getting these errors with the other version of ProFTPD as well, see my previous post, they're near the top of the excerpt.
http://