From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 2 12:37:38 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CFBC16A4CE; Tue, 2 Mar 2004 12:37:38 -0800 (PST) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A3F43D2F; Tue, 2 Mar 2004 12:37:36 -0800 (PST) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: current@freebsd.org Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.6) with ESMTP id i22KbZO02954; Tue, 2 Mar 2004 14:37:35 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i22KbZ5D051606; Tue, 2 Mar 2004 14:37:35 -0600 (CST) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.10/8.12.10/Submit) id i22KbZYX051605; Tue, 2 Mar 2004 14:37:35 -0600 (CST) (envelope-from koziol) From: Quincey Koziol Message-Id: <200403022037.i22KbZYX051605@sleipnir.ncsa.uiuc.edu> To: amd64@freebsd.org, current@freebsd.org Date: Tue, 2 Mar 2004 14:37:35 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: Help getting to Current X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 20:37:38 -0000 Hi! I've recently installed FreeBSD 5.1 on a new dual-opteron PC (an MSI K8T Master-FAR2 motherboard). However, I'm having trouble getting current. The pre-built cvsup binary I installed with pkg_add fails with this error: ELF interpreter /libexec/ld-elf.so.1 not found Abort Are there any good workarounds for getting the latest current source? I've grabbed the 5.2.1 release /usr/src, but that's failing like this: cc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK -I/usr/src/libexec/telnetd/../../contrib/telnet -DINET6 -DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -Dnet_write=telnet_net_write -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -o telnetd global.o slc.o state.o sys_term.o telnetd.o termstat.o utility.o authenc.o -lutil -ltermcap /usr/obj/usr/src/libexec/telnetd/../../lib/libtelnet/libtelnet.a -lmp -lcrypto -lcrypt -lpam -lkrb5 -lasn1 -lroken -lcom_err authenc.o: In function `net_encrypt': authenc.o(.text+0x36): undefined reference to `nclearto' authenc.o(.text+0x3f): undefined reference to `nclearto' authenc.o(.text+0x6e): undefined reference to `nclearto' *** Error code 1 Stop in /usr/src/libexec/telnetd. *** Error code 1 Stop in /usr/src/libexec. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Help! :-) Quincey