Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2001 10:57:55 +0000
From:      David Banning <sky_tracker@yahoo.com>
To:        Peter Kok <cckok00@hotmail.com>
Cc:        Mike Meyer <mwm@mired.org>, David Banning <sky_tracker@yahoo.com>, questions@freebsd.org
Subject:   Re: upgrade problem
Message-ID:  <20010523105754.A2839@yahoo.com>
In-Reply-To: <3B0BC83D.AFC20E8F@hotmail.com>; from cckok00@hotmail.com on Wed, May 23, 2001 at 10:25:01AM -0400
References:  <15115.17851.727078.42835@guru.mired.org> <3B0BC83D.AFC20E8F@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010523105754.A2839>