Hi,
>> Please fetch up the newly prepared httpd-mod_ftp-0.9.1.tar.gz, or the
>> win32/netware/os2 suitable package httpd-mod_ftp-0.9.1-crlf.zip (and
>> their md5/asc sigs), take it for a spin, and cast your choice

> There is one binding +1, no other votes.  I count Guenter's +1 vote
> for removing STATUS-FTP, but not for a release.
oh, forgot about another small build issue on Linux:
on my box, a SuSE 10.1, the httpd-prefork.conf wasnt found, and thus the 'make 
install' broke....
I did then insert a test for the file (not sure if this is the correct way, but 
at least I could then get past this issue, and finish the build):

--- Makefile.apxs.orig  Tue Dec 18 22:38:06 2007
+++ Makefile.apxs       Fri Jan 11 20:25:16 2008
@@ -61,12 +61,14 @@
                fi; \
            done ; \
        done
-       @awk -f $(ftp_srcdir)/build/addloadexample.awk \
-               -v MODULE=ftp -v DSO=.so -v LIBPATH=$(rel_libexecdir) \
-               -v EXAMPLECONF=$(rel_sysconfdir)/extra/ftpd.conf \
-               $(httpd_conffile) > $(httpd_conffile).new && \
-         ( mv $(httpd_conffile) $(httpd_conffile).bak && \
-           mv $(httpd_conffile).new $(httpd_conffile) );
+       if test -e $(httpd_conffile); then \
+               @awk -f $(ftp_srcdir)/build/addloadexample.awk \
+                       -v MODULE=ftp -v DSO=.so -v LIBPATH=$(rel_libexecdir) \
+                       -v EXAMPLECONF=$(rel_sysconfdir)/extra/ftpd.conf \
+                       $(httpd_conffile) > $(httpd_conffile).new && \
+                 ( mv $(httpd_conffile) $(httpd_conffile).bak && \
+                   mv $(httpd_conffile).new $(httpd_conffile) ); \
+       fi;
 
 svnroot=http://svn.apache.org/repos/asf/httpd
 manualdir=$(ftp_srcdir)/docs/manual

Guen.


Reply via email to