From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 10:28:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 952DA16A4CE for ; Tue, 20 Jan 2004 10:28:07 -0800 (PST) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAAB843D4C for ; Tue, 20 Jan 2004 10:28:06 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from skeeter.psp.pas.earthlink.net ([207.217.78.186]) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Aj0be-0002Ux-00; Tue, 20 Jan 2004 10:28:06 -0800 Message-ID: <32496012.1074623286401.JavaMail.root@skeeter.psp.pas.earthlink.net> Date: Tue, 20 Jan 2004 12:28:06 -0600 (GMT-06:00) From: Sean Welch To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 X-Mailman-Approved-At: Wed, 21 Jan 2004 05:01:44 -0800 Subject: FreeBSD 5.2-RELEASE and blender X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean Welch List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 18:28:07 -0000 When using either the precompiled package (pkg_add -r) or the locally compiled port of blender-2.25 I get the following message: /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol "__thr_jtable" Googling for info I find that this was not uncommon with -CURRENT about a year ago and it seems to be related to FreeBSD 4.x compatibility. I've got 4.x binary compatibility installed as well as option COMPAT_FREEBSD4 in the kernel config. Am I missing something here? Sean