From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 11:50:44 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 83ABC16A4B3 for ; Tue, 16 Sep 2003 11:50:44 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4AC543FEC for ; Tue, 16 Sep 2003 11:50:42 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by stork.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 19zKuP-0007OM-00; Tue, 16 Sep 2003 11:50:41 -0700 From: "Andrew L. Gould" To: "d" , Date: Tue, 16 Sep 2003 13:51:05 -0500 User-Agent: KMail/1.5 References: <000801c37c7c$9bf2dec0$03c8a8c0@ripd2ei3vovj8t> In-Reply-To: <000801c37c7c$9bf2dec0$03c8a8c0@ripd2ei3vovj8t> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309161351.05142.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4bd1b46bcab3cef889cbbe7cbe199b2837350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: 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: Tue, 16 Sep 2003 18:50:44 -0000 On Tuesday 16 September 2003 01:01 pm, d wrote: > so you go to your site and get the stable packages and put them on the hard > drive. you go to that folder and do a pkg_add * to add all the packages in > the x11 directory, thinking this will get you a GUI but it throws a bunch > of package not found errors and nothing works. > what did i do wrong and what do i do next cause this isnt covered in the > manual anywhere. > > thanks > > j Are you sure you downloaded all of the dependencies? Try using pkg_add with the ftp address, path and package name instead of using the packages on your local hard drive. Then pkg_add can pull the dependencies from the ftp site. Best of luck, Andrew Gould