From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:39:38 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 2DE2A16A400 for ; Wed, 11 Jul 2007 09:39:38 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9BB0513C45D for ; Wed, 11 Jul 2007 09:39:37 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,525,1175437800"; d="scan'208";a="155632140" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 11 Jul 2007 19:09:35 +0930 Message-ID: <4694A552.4020308@careytech.com.au> Date: Wed, 11 Jul 2007 19:39:30 +1000 From: Ivan Carey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: VeeJay References: <2cd0a0da0707110044h4c14df12nd921a149bf6a47a8@mail.gmail.com> In-Reply-To: <2cd0a0da0707110044h4c14df12nd921a149bf6a47a8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions Subject: Re: Help Plz! Post Install question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 09:39:38 -0000 VeeJay wrote: > Hi fellows > > I have two computers with FreeBSD 6.2 with minimum installation. (Without > Ports distribution in /usr). I don't have any "/usr/ports" > But if I want to install mysql or Perl, what method I should use, in > absence > of ports directory? > > How can I install mysql or Perl on my two computers? > > Please Help! > Perl should be installed, to check open a terminal session and type perl -v if it is not installed you can install it via a package pkg_add -r perl To install mysql try pkg_add -r mysql Ivan