[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2976: apache: ELF version contains a.out binary



Package: apache
Version: 1.0.3-1

This package includes an a.out /usr/sbin/logresolve, while the other
binaries are ELF.

Probably this is a result of a bug in support/Makefile (not removing the
logresolve executable), which can be fixed as follows:
-- cut me --
diff -r -u apache-1.0.3.orig/support/Makefile apache-1.0.3/support/Makefile
--- apache-1.0.3.orig/support/Makefile	Sun Feb 18 17:40:24 1996
+++ apache-1.0.3/support/Makefile	Sun May 12 17:49:12 1996
@@ -53,5 +53,5 @@


 clean:
-	rm -f htpasswd unescape inc2shtml logresolv
+	rm -f htpasswd unescape inc2shtml logresolve
-- Ouch! --

Greetings,
Ray


Reply to: