From owner-freebsd-questions Wed May 23 8: 0:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id E34F237B43E for ; Wed, 23 May 2001 08:00:21 -0700 (PDT) (envelope-from sky_tracker@yahoo.com) Received: from h90.c223.tor.velocet.net (HELO d.tracker) (216.138.223.90) by smtp.mail.vip.sc5.yahoo.com with SMTP; 23 May 2001 15:00:20 -0000 X-Apparently-From: Received: (from david@localhost) by d.tracker (8.11.3/8.11.3) id f4NAvut03076; Wed, 23 May 2001 10:57:56 GMT (envelope-from david) Date: Wed, 23 May 2001 10:57:55 +0000 From: David Banning To: Peter Kok Cc: Mike Meyer , David Banning , questions@freebsd.org Subject: Re: upgrade problem Message-ID: <20010523105754.A2839@yahoo.com> Reply-To: David Banning References: <15115.17851.727078.42835@guru.mired.org> <3B0BC83D.AFC20E8F@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3B0BC83D.AFC20E8F@hotmail.com>; from cckok00@hotmail.com on Wed, May 23, 2001 at 10:25:01AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 23, 2001 at 10:25:01AM -0400, Peter Kok wrote: > Hi Mike and David > > > Tks for your help > > I want to upgrade from 4.0 to 4.3 but don't have CD > I did pkg_add 41upgrade.tgz > > Does it install the cvsup first from port? No you need cvsup installed from /usr/ports/net/cvsup > I couldn't execute 'cvsup stable-supfile' and I don't have make.conf on /etc > directory > > I also have error to install cvsup > > ===> Registering installation for pm3-base-1.1.15 > /usr/libexec/ld-elf.so.1: Shared object "libfetch.so.2" not found > *** Error code 1 You seem to be missing that library libfetch.so.2 which should reside in /usr/lib You are going to need it. Look on your system to see if it is any where cd / find . -name libfetch* If it's not there you could try and build from your existing source cd /usr/src/lib/libfetch make clean all install _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message