From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 07:32:48 2003 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 CDA8337B401 for ; Sat, 28 Jun 2003 07:32:48 -0700 (PDT) Received: from rwcrmhc11.attbi.com (rwcrmhc11.attbi.com [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C3743F85 for ; Sat, 28 Jun 2003 07:32:48 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by attbi.com (rwcrmhc11) with ESMTP id <2003062814324701300i018ae>; Sat, 28 Jun 2003 14:32:47 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h5SEWd1V052402; Sat, 28 Jun 2003 10:32:43 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h5SEWdtK052399; Sat, 28 Jun 2003 10:32:39 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: John Larson References: <20030626210844.44290.qmail@web41307.mail.yahoo.com> From: Lowell Gilbert Date: 28 Jun 2003 10:32:39 -0400 In-Reply-To: <20030626210844.44290.qmail@web41307.mail.yahoo.com> Message-ID: <44adc29ss8.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: installing mysql323-server 4.6 freebsd 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: Sat, 28 Jun 2003 14:32:49 -0000 John Larson writes: > I am using freebsd 4.6 on a pc that is not connected to the internet > and will never be connected to the internet. . I am trying to install > mysql323-server as the first step in creating a apache web server. I > was able to find 3.23.49.tar.gz on a site but when I try to install it > by placing it in usr/ports/distfiles it say that it needs libtool > 1.3.4_3.tar.gz. I cannot find it any where. this is very frustrating > to me. I am not a complete newbie but I am at a loss as to how to > accomplish what I want to do. John Larson The libtool-1.3.4_3 (or, in the latest ports, _4) port will get installed using libtool-1.3.4.tar.gz. Just # cd /usr/ports/devel/libtool; make install