Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 11:01:20 +0900
From:      "R. Lahaye" <lahaye@users.sourceforge.net>
To:        Chip <chip@wiegand.org>
Cc:        fbsd <freebsd-questions@freebsd.org>
Subject:   Re: this is a first - port with a dependency problem
Message-ID:  <3B539C70.125C1C58@users.sourceforge.net>
References:  <3B5399DC.73D3B365@wiegand.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B539C70.125C1C58>