From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 03:49:47 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 9F80A16A41F for ; Thu, 8 Dec 2005 03:49:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8CA43D62 for ; Thu, 8 Dec 2005 03:49:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so355266wxc for ; Wed, 07 Dec 2005 19:49:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=IcnnB8H+fw66e3gYyG9RVfISh6LtYKigwuJJkTU3J8hiw5eodSTY9Zdhj5uLVtxw+v43jXxzsRUG+tHc54DdEdRKHwz0buie2Mmec8rUZdv8d5pPm83lbDbxDr0aDDn7A5SqTXkBMX95Pp1cMM5pt3UIQcxjFWAa+oTGky4CtYk= Received: by 10.70.60.2 with SMTP id i2mr3223458wxa; Wed, 07 Dec 2005 19:49:46 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id h17sm2818484wxd.2005.12.07.19.49.45; Wed, 07 Dec 2005 19:49:46 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 7 Dec 2005 19:49:35 -0800 User-Agent: KMail/1.8.3 References: <001401c5fba9$809943e0$0720be43@hsd1.co.comcast.net> In-Reply-To: <001401c5fba9$809943e0$0720be43@hsd1.co.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512071949.37929.ringworm01@gmail.com> Cc: service@fixer.com Subject: Re: can't find "libc.so.6" 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, 08 Dec 2005 03:49:47 -0000 On Wednesday 07 December 2005 19:43, service@fixer.com wrote: > umame -a ---- FreeBSD localhost 5.4-RELEASE FreeBSD-RELEASE #0 Wed Aug 31 > 10:24:01 UTC 2005 root@/;/usr/src/sys/i386/compile/VIL i386 > --------------------------------------------------------------------------- >-------------------------- > > I have FreeBSD-5.4 installed on a Pentium 4 computer. I am trying to > install wput-.0.5 (the package). It requires libgnugotop-1.2. I > installed libgnugotop and wput. This may not be required, but some > programs do not work unless you shutdown and restart the computer. > > Every time I try to run wput, I get a message that says "shared object -- > /libexec/ld-elf.so.1 libc.so.6 not found". I find some of these libc > programs on Google.com. Right now, after trying to find libc.so.6, I think > I'm "googled out". > > I need to know where I can find "libc.so.6". Hopefully, someone can help. > > greg > webmasters@fixer.com Sounds like the package was for freebsd ver 6. Run env and see what PACKAGESITE is set to, here is one from a 5.4 Stable system: PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ -Mike