Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2007 10:41:17 -0400
From:      Jerry McAllister <jerrymc@msu.edu>
To:        goole blowfish <g.blowfish@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Does any verson of Freebsd includes the apache package?
Message-ID:  <20070611144117.GF2028@gizmo.acns.msu.edu>
In-Reply-To: <7e8337620706101854r52b62e80nc4103f9ba94fe5ca@mail.gmail.com>
References:  <7e8337620706101854r52b62e80nc4103f9ba94fe5ca@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070611144117.GF2028>