Sorry folks, disappointing news, but 0.9.0 doesn't pass muster.
If you want to help verify that 0.9.1 is more likely to be ready for release, please, apply the attached patch to 0.9.0 before you attempt to ./configure; make install. If my message is too late, chmod 755 `apxs -q exp_includedir` should reverse the damage done. Bill -------- Original Message -------- Subject: svn commit: r604763 - /httpd/mod_ftp/trunk/Makefile.apxs Date: Mon, 17 Dec 2007 03:13:29 -0000 From: [EMAIL PROTECTED] Reply-To: [email protected] To: [EMAIL PROTECTED] Author: wrowe Date: Sun Dec 16 19:13:28 2007 New Revision: 604763 URL: http://svn.apache.org/viewvc?rev=604763&view=rev Log: CRITICAL; 0.9.0 showstopper This modified /usr/include/httpd/ directory with 644 perms, instead of setting the mod_ftp.h perms as intended. Please note this if you are testing ./configure.apxs; make install that you may need to restore your include directory back to 755 perms when finished. Modified: httpd/mod_ftp/trunk/Makefile.apxs Modified: httpd/mod_ftp/trunk/Makefile.apxs URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile.apxs?rev=604763&r1=604762&r2=604763&view=diff ============================================================================== --- httpd/mod_ftp/trunk/Makefile.apxs (original) +++ httpd/mod_ftp/trunk/Makefile.apxs Sun Dec 16 19:13:28 2007 @@ -110,6 +110,6 @@ @echo Installing header files @$(MKINSTALLDIRS) $(exp_includedir) && \ cp $(ftp_srcdir)/include/mod_ftp.h $(exp_includedir)/ && \ - chmod 0644 $(exp_includedir) mod_ftp.h + chmod 0644 $(exp_includedir)/mod_ftp.h
