From owner-freebsd-questions Mon Jul 16 19: 3:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hp06.postech.ac.kr (smtp.postech.ac.kr [141.223.2.1]) by hub.freebsd.org (Postfix) with ESMTP id B822237B409 for ; Mon, 16 Jul 2001 19:01:50 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by hp06.postech.ac.kr (8.9.3/8.9.3) with ESMTP id LAA08687; Tue, 17 Jul 2001 11:00:53 +0900 (JST) Message-ID: <3B539C70.125C1C58@users.sourceforge.net> Date: Tue, 17 Jul 2001 11:01:20 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Chip Cc: fbsd Subject: Re: this is a first - port with a dependency problem References: <3B5399DC.73D3B365@wiegand.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chip wrote: > > I just installed the port for Blender (in graphics) and it returns the > following error: > /usr/libexec/ld-elf.so.1: Shared object "libMesaGL.so.14" not found > I have installed many ports and never had a problem where it didn't > automatically > install everything it needs. > Is this a problem to report to the porters of blender? Probably worth reporting to the maintainers of the blender port. You seem to miss the Mesa libraries. Either install the Mesa port (in /usr/ports/graphics/Mesa3) or install the Mesa-3.4.2_1.tgz package. Another problem could be that ldconfig has not been ran with the Mesa libs. I think you could then try: # /sbin/ldconfig -m /usr/X11R6/lib Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message