From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 19:29:20 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 4D9BB1065670 for ; Sat, 12 Apr 2008 19:29:20 +0000 (UTC) (envelope-from josephdsimmons@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.230]) by mx1.freebsd.org (Postfix) with ESMTP id D50788FC13 for ; Sat, 12 Apr 2008 19:29:19 +0000 (UTC) (envelope-from josephdsimmons@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so1042123qbd.7 for ; Sat, 12 Apr 2008 12:29:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=TYIeFT2aDItf7t/i08PxgsGM+2JjK015w5Ck+bR8Ci8=; b=S3cCvhiB3BOFcDFY4VRwJywlJRww9+4fTYydCCpQDzedOilZL5q9HX5lFUvvcwmeAbXZV3RaEY/KW2dKBZeJ9TITaA8Z3aBi6qk5iiFZELXW3EX1Zcp6RHKd9YCIVp6RCrthrWi3KOrdZPNAhSck5Wo2S14FvfXrcEJgIHAvDt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BCBBvb6KIvYGgaPs0Bdv4jmjrZ++g6stDx0LXySTSvuT7JIVtVpo3nkGVAudi+AnzIh4K+JT+ytEp+vXFz1GjCn0ALG/Gs69K9kn2BEH8JkyixSlGswUVRf1e1hzULgPyIxSixUbvRGGgAuLnwJEdBmQweUZnxeB5l54w2lGzM8= Received: by 10.141.185.3 with SMTP id m3mr2377091rvp.40.1208028558323; Sat, 12 Apr 2008 12:29:18 -0700 (PDT) Received: by 10.141.197.11 with HTTP; Sat, 12 Apr 2008 12:29:18 -0700 (PDT) Message-ID: <1ba9cd9a0804121229n4078d19fhdc11054b3da2ad98@mail.gmail.com> Date: Sat, 12 Apr 2008 14:29:18 -0500 From: "Joseph Simmons" To: freebsd-questions@freebsd.org In-Reply-To: <200804122122.07061.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1ba9cd9a0804111713h53374c26j9ef138e616deb65f@mail.gmail.com> <200804122046.40030.fbsd.questions@rachie.is-a-geek.net> <1ba9cd9a0804121159u718d815fve5493eae6061afaa@mail.gmail.com> <200804122122.07061.fbsd.questions@rachie.is-a-geek.net> 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:29:20 -0000 cougar# pwd /usr/ports/www/apache22/work/httpd-2.2.6 cougar# make -n install-htdocs echo Installing HTML documents ; /usr/ports/www/apache22/work/httpd-2.2.6/build/mkdir.sh /usr/local/www/apache22/data ; test -d /usr/ports/www/apache22/work/httpd-2.2.6/docs/docroot && (cd /usr/ports/www/apache22/work/httpd-2.2.6/docs/docroot && cp -rp index.html ) && ( [ ! -f /usr/local/www/apache22/data/index.html ] && cp -p /index.html /usr/local/www/apache22/data/index.html) On Sat, Apr 12, 2008 at 2:22 PM, Mel wrote: > 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. >