From owner-freebsd-ports Sat Mar 3 11:25:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gforce.homelan.net (24-240-126-32.hsacorp.net [24.240.126.32]) by hub.freebsd.org (Postfix) with ESMTP id 1FD5E37B71A for ; Sat, 3 Mar 2001 10:27:36 -0800 (PST) (envelope-from glennpj@charter.net) Received: (from glenn@localhost) by gforce.homelan.net (8.11.2/8.11.2) id f23IRGT85175; Sat, 3 Mar 2001 12:27:16 -0600 (CST) (envelope-from glenn) From: Glenn Johnson Date: Sat, 3 Mar 2001 12:27:16 -0600 To: Brandon Fosdick Cc: ports@FreeBSD.ORG Subject: Re: Blender: missing library, outdated port Message-ID: <20010303122716.A85089@gforce.homelan.net> Mail-Followup-To: glenn@FreeBSD.ORG, Brandon Fosdick , ports@FreeBSD.ORG References: <3AA12D47.68375DA4@glue.umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AA12D47.68375DA4@glue.umd.edu>; from bfoz@glue.umd.edu on Sat, Mar 03, 2001 at 12:43:35PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Mar 03, 2001 at 12:43:35PM -0500, Brandon Fosdick wrote: > After installing graphics/blender and trying to run it I get > > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.3" not found > > Then I noticed that the port installs 2.04, where 2.11 is out > now. After installing that I get: > > /usr/libexec/ld-elf.so.1: Shared object "libutil.so.2" not found > > I see that the Blender binaries are for 3.4, does this mean that I > need to build world/kernel with COMPAT_3X="YES"? Can I get away with > just rebuilding the kernel? You can just install the compat libraries. Go to /usr/src/lib/compat/compat3x.i386 and then do a make install. You probably want to add COMPAT3X= "YES" to /etc/make.conf as well. > The latest version, 2.11, comes with a set of Python files, where do > they get installed? Not sure about that but probably /usr/local/lib/pythonX.X, where X.X is the python version needed. Take a look at the python ports in /usr/ports/lang. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message