From owner-freebsd-questions@FreeBSD.ORG Sat Oct 4 11:36:43 2003 Return-Path: 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 0EF1F16A4B3 for ; Sat, 4 Oct 2003 11:36:43 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C4843F75 for ; Sat, 4 Oct 2003 11:36:42 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id C38563A8B; Sat, 4 Oct 2003 14:36:41 -0400 (EDT) Sender: lowell@be-well.ilk.org To: soneill References: From: Lowell Gilbert Date: 04 Oct 2003 14:36:41 -0400 In-Reply-To: Message-ID: <44ad8g26km.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Problem with libtcl8.3 on FBSD 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 18:36:43 -0000 soneill writes: > I've recently installed FreeBSD 5.1 on my Athlon-based machine, and most > everything seems to be working ok. However, I have a problem trying to run > any s/w that uses the Tcl library libtcl8.3.so.1. Whenver I run such a > program, including wish8.3, tkdesk, tkman and others, I get the following > error message: > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libtcl83.so.1: Undefined \ > symbol "__xuname" > > I have no idea why I would have such an undefined symbol in an officially > ported FBSD package. Can anyone give me some insight into this problem, and > a possible solution? TIA for any help you can give me. Best guess would be that you installed from packages rather than ports, and the packages were in some way mismatched. Installing software from ports avoids this risk, but with packages you should be able to get them all from one place and have it work.