From owner-freebsd-ports@FreeBSD.ORG Sun Jul 13 14:33:21 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 BFE4037B401 for ; Sun, 13 Jul 2003 14:33:21 -0700 (PDT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.92.226.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE9443F93 for ; Sun, 13 Jul 2003 14:33:21 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-169-89-160.twcny.rr.com [24.169.89.160]) h6DLXKs4020776 for ; Sun, 13 Jul 2003 17:33:20 -0400 (EDT) Message-ID: <3F11D020.2010805@twcny.rr.com> Date: Sun, 13 Jul 2003 17:33:20 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 13 Jul 2003 21:33:22 -0000 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. This machine is a stripped down installation that simply catches back up files so they can be burned to CD. I recently noticed that setiathome was not running there. I make deinstall/make reinstall the port then went to redo the register and I got the following error: Callimachus# /usr/local/etc/rc.d/setiathome.sh register setiathome:*:1007: You already have a group "setiathome", so I will use it. setiathome:*:1013:1007::0:0:SETI at home Daemon:/var/db/setiathome:/sbin/nologinYou already have a user "setiathome", so I will use it. 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. I can read and understand (to some degree) simple Makefiles. Enough to pick out the install and runtime dependencies. There does not appear to be dependencies listed for this port. Any help would be appreciated. Thanks...