From owner-freebsd-isp Fri Oct 11 17:14:52 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA27237B401 for ; Fri, 11 Oct 2002 17:14:50 -0700 (PDT) Received: from boreas.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7668143E7B for ; Fri, 11 Oct 2002 17:14:50 -0700 (PDT) (envelope-from leth@primus.ca) Received: from dialin-155-124.tor.primus.ca ([216.254.155.124]) by boreas.primus.ca with esmtp (Exim 3.33 #16) id 1809Yk-0005Qj-0A; Fri, 11 Oct 2002 19:51:11 -0400 Date: Fri, 11 Oct 2002 20:15:15 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Tom ONeil Cc: freebsd-isp@freebsd.org Subject: Re: Ports or From Source? In-Reply-To: <3DA74753.9020505@tacni.com> Message-ID: <20021011195616.L60458-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 11 Oct 2002, Tom ONeil wrote: > >>On freebsd I see there is a ports collection and I am > >>wondering what to do here and what others do; compile from original source > >>or build from the port. > > Building from ports *is* building from source. It pulls down the correct > source and compiles it. Any changes go into the Makefile. > This is true. I did not mean to imply that compiling via the ports is not compiling from the source code. I suppose I just assumed that every knows this. > Or am I missing something? > Maybe I am. :) Take Apache+PHP as an example. I have always liked to statically compile PHP into Apache, as opposed to using the DSO. I've never liked modules in general (ie: in the kernel), because I would think that statically compiling things together is better performance wise. I have absolutely no reasoning or proof behind this idea, as it just seems to make sense in my mind. I'm not sure if there is a way to do a static compile PHP of into Apache with the ports, and I've honestly never looked into it before. Glancing through the ports, it seems to be that PHP is only available through the DSO method. Also, for the past 3+ years I've always done it manually (on Linux and *BSD systems), so that's what I'm used to doing. My two cents. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message