From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 19:22:11 2008 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 3157B106564A for ; Sat, 12 Apr 2008 19:22:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id DC14F8FC15 for ; Sat, 12 Apr 2008 19:22:10 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id A922A1CC91; Sat, 12 Apr 2008 11:22:09 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 12 Apr 2008 21:22:06 +0200 User-Agent: KMail/1.9.7 References: <1ba9cd9a0804111713h53374c26j9ef138e616deb65f@mail.gmail.com> <200804122046.40030.fbsd.questions@rachie.is-a-geek.net> <1ba9cd9a0804121159u718d815fve5493eae6061afaa@mail.gmail.com> In-Reply-To: <1ba9cd9a0804121159u718d815fve5493eae6061afaa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804122122.07061.fbsd.questions@rachie.is-a-geek.net> Cc: Joseph Simmons Subject: Re: PHP5 install error on FreeBSD 7.0 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: Sat, 12 Apr 2008 19:22:11 -0000 On Saturday 12 April 2008 20:59:48 Joseph Simmons wrote: > /usr/local/include/apache22 does not exist. > Apache seems to work fine, though, when I install apache from > /usr/ports/www/apache22, at the end, I get some errors: > 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. > > > > I don't know where to look to find more information about the errors. That happens in the install from apache itself. Could you do the following: cd /usr/ports/www/apache22/work/httpd-2.2.6 make -n install-htdocs And show the output here. > Is there a place I can get the header files from, would you know why > they are missing? They're missing because the install failed before they got installed. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.