From owner-freebsd-questions@FreeBSD.ORG Sat Jan 5 05:12:59 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 EC2EF16A477 for ; Sat, 5 Jan 2008 05:12:59 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id C1C2A13C447 for ; Sat, 5 Jan 2008 05:12:59 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (dsl093-034-235.snd1.dsl.speakeasy.net [66.93.34.235]) by entwistle.sonicboom.org (8.14.2/8.14.1) with ESMTP id m055CkU7038514; Fri, 4 Jan 2008 21:12:47 -0800 (PST) (envelope-from bri@brianwhalen.net) Message-ID: <477F11D0.5060405@brianwhalen.net> Date: Fri, 04 Jan 2008 21:12:48 -0800 From: Brian User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: David Reedy Jr References: <179863EA8C3D6945412CA598@utd59514.utdallas.edu> <477E6A7B.3070207@infracaninophile.co.uk> <4133784D8828510FCCC00532@utd59514.utdallas.edu> <20080104183556.GC19087@gizmo.acns.msu.edu> <20080105035144.28a1009e@gumby.homeunix.com.> <477F0CE7.1040806@comcast.net> In-Reply-To: <477F0CE7.1040806@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Install order? 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, 05 Jan 2008 05:13:00 -0000 David Reedy Jr wrote: > Hello all, > > I'm very new to FreeBSD, just installed it for the first time maybe a > week ago. I've redone it several times since, so feel comfortable in > the VERY basics. I've got things like ntp, ftp, and ssh configured, no > problem. Not worried about mail. > > I'm setting this machine up as a local internet test server. I need to > get Apache, MySQL and PHP installed, and I'm worried if there's a > preferred /required order to get it to work right / at all. FWIW - > I've checked the handbook, apache.org, php.net, and mysql.com. I keep > feel like I'm going round in circles. > > Also, I've noticed that some of the port versions on this site are a > little newer that in my 6.2 release. Will I have problems installing > these instead? > > Thanks in advance. > > Dave > _______________________________________________ > 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" Older software has some risk, mainly that a flaw was discovered that a newer version fixes. Most FreeBSD people use portsnap or cvsup to keep ports updated. Portsnap is easier. You'll want to use portupgrade, but there is funk you'lll run into if you try to pkg_add -r portupgrade. Instead, use portsnap to get a ports tree first, then cd /usr/ports/ports-mgmt/portupgrade then make install. Brian