From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 13:28:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59EBA16A4CE for ; Wed, 28 Jul 2004 13:28:54 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAD443D55 for ; Wed, 28 Jul 2004 13:28:53 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id 540C53251 for ; Wed, 28 Jul 2004 15:29:24 +0200 (MEST) Message-ID: <41082894.5070007@broadpark.no> Date: Wed, 28 Jul 2004 15:28:36 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040728073411.74741.qmail@web41006.mail.yahoo.com> In-Reply-To: <20040728073411.74741.qmail@web41006.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Is there a Complete "Package"(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 13:28:54 -0000 DK wrote: >Hi all, > >I just wanted to know if there is available anywhere a Complete "Package" that is Ready to >Go for a FreeBSD Server imlementation that contains: > >Apache >PHP >MySQL >Mod_SSL >Mod_Perl > >... & before anyone flames, yes I know you can just d/l the ports & compile from source! > >... Thats not what I am looking for. Tried that & found it was too much messing around >(compared to the equivalent on Windows 2000) > > >Any suggestions/help is greatly appreciated :)) >BTW: thanks to all who replied to my previous questions :)) > > >Regards, >DK > Greetings! I don't think there exists such a package, but why don't make your own meta-port that depends on any package you want to install? In the same way the port x11/xorg doesn't install any files by itself, it depends on all packages that are needed to get a useable xorg configuration, the port you make will depend on anything you want! If you think that the configuration is really useful, commit the port, so that others in your present situation may take advantage of it. 1. Make a port, (misc/yourport), depending on Apache, MySQL, Mod_SSL, Mod_Perl, etc... 2. To install from package, run portinstall -P misc/yourport (this will build from source whenever a precompiled package doesn't exist). To learn how to make a port, read the Porter's Handbook at the FreeBSD website (I don't know how to make one, as I've never tried. It just struck me as being a good idea). Hope this helps! -Henrik W Lund