From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 22:44:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 12AA916A41C for ; Thu, 14 Jul 2005 22:44:34 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F35E43D46 for ; Thu, 14 Jul 2005 22:44:33 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so283283nzp for ; Thu, 14 Jul 2005 15:44:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=fiHKeFwg++XzLcqw9bDsQB3E888zewpi7otS1haE0kpT9VcDN9zPRmQz6xJvGGCw97mb/EVzhJBCq4ZPEp5qtE96MQNOBKd8Iee//GJG/4iL5Pfe36/M1kRY/YXsKFYZCvgnuRQgZ4aBt0ZDCjdgfntL8xlhEjM+Jn8Es3tcp2w= Received: by 10.36.57.11 with SMTP id f11mr840862nza; Thu, 14 Jul 2005 15:44:32 -0700 (PDT) Received: from ringworm.mechee.com ([71.102.4.50]) by mx.gmail.com with ESMTP id 15sm2534871nzn.2005.07.14.15.44.31; Thu, 14 Jul 2005 15:44:32 -0700 (PDT) From: "Michael C. Shultz" To: brianjohn@fusemail.com, freebsd-questions@freebsd.org Date: Thu, 14 Jul 2005 15:44:31 -0700 User-Agent: KMail/1.8.1 References: <59794.71.36.156.210.1121374495.fusewebmail-19592@webmail.fusemail.com > In-Reply-To: <59794.71.36.156.210.1121374495.fusewebmail-19592@webmail.fusemail.com > MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507141544.32080.ringworm01@gmail.com> Cc: Subject: Re: Cannot use cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 22:44:34 -0000 On Thursday 14 July 2005 13:54, Brian John wrote: > Hello, > I can't use cvsup for some reason. I just tried upgrading from 5.3 to > 5.4. When I try to use cvsup, it says this: > su-2.05b# cvsup > /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by > "cvsup" > > And if I try to re-add cvsup, it says this: > su-2.05b# cd /usr/ports/net/cvsup/ > su-2.05b# make install > make: don't know how to make install. Stop > > Can someone please help me with this? I don't know what to do from here... > > Thanks > > /Brian If you dont have X installed remember to set WITHOUT_X11=yes when you build it.