From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 16:14:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A0616A46C for ; Mon, 5 Nov 2007 16:14:35 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2933613C4BF for ; Mon, 5 Nov 2007 16:14:34 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA5GEBJ8099296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Nov 2007 08:14:12 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472F414C.8050300@enabled.com> Date: Mon, 05 Nov 2007 08:14:04 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: j_bourne_treadstone@hotmail.com, User Questions References: <200711050324.49646.j_bourne_treadstone@hotmail.com> In-Reply-To: <200711050324.49646.j_bourne_treadstone@hotmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: apache-2.2.6 not installing [solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 16:14:35 -0000 response in line below Jason Bourne wrote: > Noah wrote: > >> Hi List, >> >> Not receive good support on the ports mail list so I will post here now. >> >> >> Might somebody please explain to me why apache-2.2.6 is not install from >> /usr/ports ? I am attempting to complile with mod_ldap and a bunch of >> modules - nothing that should be causing a fuss, though. All shell >> output is below including error message. >> >> Help please, >> >> Noah > [snip] >> Installing configuration files >> Installing HTML documents >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22/work/httpd-2.2.6. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22/work/httpd-2.2.6. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22. >> > Sorry to reply by email but I'm not subscribed. I had this problem last > night. This is a workaround and not a true fix, but it's quick. > > After doing make and prior to make install navigate to and open with an > editor: > > /usr/ports/www/apache22/work/httpd-2.2.6/Makefile > > Look for line 126: > > install-htdocs: > # @echo Installing HTML documents ; \ > # $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \ > # test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp index.html > #$(DESTDIR)$(EXAMPLESDIR)) && \ > # ( [ ! -f $(DESTDIR)$(htdocsdir)/index.html ] && cp -p > #$(DESTDIR)$(EXAMPLESDIR)/index.html $(DESTDIR)$(htdocsdir)/index.html) > > Comment out the lines like above and then make install will skip over this > and complete. thanks Jason - please respond to the list in the future so other can see the fixture. I suppose commenting out brokenness is a solution. Cheers, Noah > > -Jason