From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 10:14:16 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 3F07716A4B3 for ; Sun, 21 Sep 2003 10:14:16 -0700 (PDT) Received: from firecrest.mail.pas.earthlink.net (firecrest.mail.pas.earthlink.net [207.217.121.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8146143FBF for ; Sun, 21 Sep 2003 10:14:15 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by firecrest.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1A17mn-0003iD-00; Sun, 21 Sep 2003 10:14:13 -0700 From: "Andrew L. Gould" To: liuyang99@earthlink.net, freebsd-questions@freebsd.org Date: Sun, 21 Sep 2003 12:14:12 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309211214.12961.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4bde2dc574566ff816ec86e666c91d369c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: need help with xfree86 4 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: Sun, 21 Sep 2003 17:14:16 -0000 On Sunday 21 September 2003 11:43 am, ALIAS wrote: > i'm trying to install this program and it says it needs xfree86 4x to > compile where do i get xfree86 4x and how to install it? Assuming your running FreeBSD 4.8: Use the ports system: su cd /usr/ports/x11/XFree86-4/ make install clean Or use pkg_add: su pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/All/XFree86-4.3.0,1.tgz (pkg_add and the ftp address should be on the same line.) Good reference: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html Best of luck, Andrew Gould