From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 10:33:59 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26BA37B401 for ; Mon, 14 Jul 2003 10:33:59 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B07CC43F75 for ; Mon, 14 Jul 2003 10:33:58 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h6EHXvHZ090157; Mon, 14 Jul 2003 12:33:57 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <09fd01c34a2e$1be10a70$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Tom Parquette" , References: <3F11D020.2010805@twcny.rr.com> Date: Mon, 14 Jul 2003 12:33:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: Setiathome register problem -- I can't remember what is missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 17:34:00 -0000 From: "Tom Parquette" > Please CC me. I do not subscribe to ports. TIA. > I had a machine go down with a hard drive failure that I rebuilt from > scratch. > Changed home directory of "setiathome" to "/var/db/setiathome" > /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found > Callimachus# > > I know I have seen this before and there was a port missing. I tried > searching questions and ports and I didn't find anything usable. I > cannot remember what it was I did to fix this in the past. > It looks like you may have FreeBSD 5.x installed. libc.so.4 is from FreeBSD 4.x, so you'll need to install the compat4x libraries. Scot