From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 14:46:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62F3D16A46C for ; Mon, 11 Jun 2007 14:46:14 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2A48813C4AE for ; Mon, 11 Jun 2007 14:46:13 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l5BEfHLE002287; Mon, 11 Jun 2007 10:41:17 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l5BEfHjq002286; Mon, 11 Jun 2007 10:41:17 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 11 Jun 2007 10:41:17 -0400 From: Jerry McAllister To: goole blowfish Message-ID: <20070611144117.GF2028@gizmo.acns.msu.edu> References: <7e8337620706101854r52b62e80nc4103f9ba94fe5ca@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7e8337620706101854r52b62e80nc4103f9ba94fe5ca@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Does any verson of Freebsd includes the apache package? 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, 11 Jun 2007 14:46:14 -0000 On Mon, Jun 11, 2007 at 09:54:07AM +0800, goole blowfish wrote: > Dear friends, > > I have download the freebsd FreeBSD 6.2-RELEASE. > > When I install, I can't find the apache package in this installtion package. > > > Does any verson of Freebsd includes the apache package? One more thing that can be helpful, since a lot of stuff can scroll up the screen when doing a build and install, you might want to use script(1) to make a record of it you can go back and look at for any error messages or additional instructions. Basically type: script /tmp/apache.build (Any file name will do for apache.build) [make configure] if needed make make install make clean if you want exit (or CTRO-D is your shell is Bourne style, FreeBSD uses csh/tcsh) ////jerry > > > > > Best Regards, > FredZhang > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"